adding hook for travis

This commit is contained in:
Ryan Draga 2014-12-06 07:38:45 -05:00
commit 3efbf1a2d6

6
.travis.yml Normal file
View file

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