Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Moving Travis CI webhooks config to environment variable #1004

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ after_script:
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/249daf9851ea4776f34e
- $GITTER_IM_URL
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
Expand Down