mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
2e886a35aa
* Removed archives from node_modules test dir for MacOS notarization * Adding a newline at end of file * Reverting my earlier fix to force php 7 in travis No longer required since 7.2 is the default php version. 7.0 is no longer supported in travis, which is causing travis build to fail.
19 lines
494 B
YAML
19 lines
494 B
YAML
language: node_js
|
|
sudo: false # use container-based Travis infrastructure
|
|
node_js:
|
|
- "6"
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install -g jasmine-node
|
|
notifications:
|
|
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
|