Added .travis.yml

This commit is contained in:
Patrick Steele-Idem 2014-11-24 14:26:36 -07:00
parent c5c4b8b93d
commit 0b2422d4d7

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
node_js:
- "0.10"
- "0.11"
language: node_js
script: "npm test"