adding hook for travis

This commit is contained in:
Ryan Draga 2014-12-06 07:38:45 -05:00
parent 1248e7ed17
commit 3efbf1a2d6
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

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