Merge pull request #213 from strongloop/fix-ci

Fix CI by add .travis.yml
This commit is contained in:
Diana Lau 2017-07-31 22:17:46 -04:00 committed by GitHub
commit 4572305831
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

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