Merge pull request #62 from Aaron1011/travis

Added .travis.yml
This commit is contained in:
Ryan X. Charles 2014-04-08 15:53:29 -03:00
commit 447bbe93a2
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"