added travis CI support
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "node"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm test
|
Reference in New Issue
Block a user