Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 85ffdbb

Browse files
committed
Merge pull request #42 from douglasduteil/chore-travis-add-.travis.yml
chore(travis): add .travis.yml
2 parents 65b7f9a + b5c0be8 commit 85ffdbb

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ insert_final_newline = true
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
trim_trailing_whitespace = false
12+
trim_trailing_whitespace = false

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
git:
3+
depth: 1
4+
sudo: false
5+
cache:
6+
directories:
7+
- build-babel/node_modules
8+
- build-babel/jspm_packages
9+
language: node_js
10+
matrix:
11+
include:
12+
#
13+
- node_js: '0'
14+
- node_js: '4'
15+
- node_js: '5'
16+
- node_js: '6'
17+
before_script:
18+
- "npm run build"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
SystemJS Babel Plugin
22
===
33

4+
[![Build Status][travis-image]][travis-url]
5+
46
Provides Babel transpilation in the browser and in builds when using SystemJS 0.19.12+ and SystemJS Builder 0.15+.
57

68
Compatible with the the automatic Rollup optimizations in SystemJS Builder.
@@ -135,3 +137,6 @@ LICENSE
135137
---
136138

137139
MIT
140+
141+
[travis-url]: http://travis-ci.org/systemjs/plugin-babel
142+
[travis-image]: http://travis-ci.org/systemjs/plugin-babel.svg?branch=master

0 commit comments

Comments
 (0)