Added .travis.yml

This commit is contained in:
Aaron Hill 2014-02-15 20:12:12 -05:00
parent acd7909e43
commit 03edfd5461
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
script: "mocha"