Add Travis CI configuration

This commit is contained in:
Miroslav Bajtoš 2018-04-17 15:37:39 +02:00
parent f497f0bdbc
commit b4e73bb3e2
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"