Adding travis

This commit is contained in:
Mathew Kurian 2015-01-13 11:54:11 -06:00
parent 61fc60303e
commit 547a550a3e

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"