build: enable Travis CI

This commit is contained in:
Miroslav Bajtoš 2017-10-17 14:25:32 +02:00
parent 94b2eba6ab
commit 80f29b9c91
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"