travis integration

This commit is contained in:
David Frank 2015-01-27 21:18:30 +08:00
parent 5cb7365d5c
commit b1e70e149e
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.11"
before_install: npm install -g npm
script: npm test