Add: Travis
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "6"
|
||||
- "7"
|
||||
before_script:
|
||||
- npm install -g webpack
|
||||
- npm install -g eslint
|
||||
script:
|
||||
- bash script/ci.sh
|
||||
Reference in New Issue
Block a user