Add TravisCI
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
- "7"
|
||||
- "6"
|
||||
- "5"
|
||||
- "4"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run build
|
||||
Reference in New Issue
Block a user