Enable Travis CI

This commit is contained in:
Miroslav Bajtoš 2016-08-01 14:40:22 +02:00
parent b66ec60e98
commit 6e301d6955
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"