added travis CI support

This commit is contained in:
Dolan Miu
2016-07-19 18:32:41 +01:00
parent 3dd2178b78
commit 922d0b81cc
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- "6"
- "node"
install:
- npm install
script:
- npm test