Merge pull request #237 from strongloop/enable-travis

Add Travis CI configuration
This commit is contained in:
Miroslav Bajtoš 2018-04-17 15:43:00 +02:00 committed by GitHub
commit 6419f48d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"