adds travis ci config

This commit is contained in:
Todd Treece 2015-07-27 17:53:50 -04:00
parent a7937e2de4
commit 4fbe860588

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: node_js
node_js:
- '0.12'
before_script:
- npm install -g gulp
notifications:
email:
on_success: change
on_failure: change