Add rudimentary travis.yml

This commit is contained in:
Dan Finlay 2016-04-13 17:20:58 -07:00
parent 5694a11672
commit b1a0c0aa21
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:
- "5.1"
- "4.2"
before_script:
- npm install -g mocha