Merge pull request #79 from strongloop/add-travis

build: enable Travis CI
This commit is contained in:
Miroslav Bajtoš 2017-10-17 14:37:26 +02:00 committed by GitHub
commit ed20519ce7
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"