add .travis.yml

This commit is contained in:
Diana Lau 2017-07-31 21:52:33 -04:00
parent 6551b744ff
commit 8189c5c991
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"