showdown/.travis.yml

25 lines
566 B
YAML
Raw Normal View History

2012-11-02 02:08:26 +08:00
language: node_js
2012-11-02 06:23:06 +08:00
node_js:
2015-01-05 09:06:08 +08:00
- "0.8"
- "0.10"
2015-01-05 09:00:01 +08:00
2015-01-05 09:06:08 +08:00
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
- npm install -g grunt-cli
2015-01-17 07:09:12 +08:00
#travis build speed up
2015-01-17 07:09:12 +08:00
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