Add Travis yml file

This commit is contained in:
Alan Friedman 2016-02-23 15:57:15 -05:00
parent c4b8c00b16
commit 885a74b1e6

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- 5.2.0
before_script:
- gulp bundle
- sleep 5
script: gulp test