feat(test): adds .travis.yml

This commit is contained in:
Dan Kaplun 2015-06-03 21:51:36 -04:00
parent 397160ddd3
commit 06305ba853

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"