add travis config

This commit is contained in:
oleg 2015-12-09 22:29:21 +03:00
parent c63947292b
commit cde4c49ca6

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "stable"
- "0.12"
- "0.10"
- "0.8"