Add .travis.yml for CI

This commit is contained in:
Waren Gonzaga 2016-09-22 23:34:09 +08:00
parent 535a9dd499
commit 652cfda8a6
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- "6"
- "6.1"
- "5.11"
before_script:
- npm install -g gulp
script: gulp