Merge pull request #16 from benjojo/master

Add a travis.yml
This commit is contained in:
Michael Mclaughlin 2013-11-16 15:41:42 -08:00
commit 93f754d5ec
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.11"
script: npm install && node test/every-test.js