node_npr/.travis.yml
2016-05-27 13:42:23 -04:00

9 lines
144 B
YAML

language: node_js
node_js:
- "6"
before_script:
- npm install -g gulp
notifications:
email:
on_success: change
on_failure: change