Enable Travis CI

This commit is contained in:
Miroslav Bajtoš 2016-08-01 14:40:22 +02:00 committed by josieusa
parent 12a7113aeb
commit 40672a7e29
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"