showdown/.travis.yml
2016-09-29 00:25:51 +01:00

24 lines
473 B
YAML

language: node_js
node_js:
- "0.12"
- "4.0"
- "6.0"
before_install:
- npm install -g grunt-cli
#travis build speed up
sudo: false
cache:
directories:
- node_modules
# hooks
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/e369617839852624aa69
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false