Added .travis.yml

This commit is contained in:
Patrick Steele-Idem 2014-11-25 13:55:14 -07:00
parent 588b42a1d3
commit 1bb4e25f8e

5
.travis.yml Normal file
View File

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