1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/.travis.yml
2014-02-05 14:49:52 -08:00

19 lines
475 B
YAML

language: node_js
node_js:
- 0.10
before_script:
- npm install -g grunt-cli
- npm install -g jasmine-node
notifications:
irc: "chat.freenode.net#brackets"
webhooks:
urls:
- https://webhooks.gitter.im/e/9c767842144fd24d26a5
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
branches:
only:
- master
- release