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

Commit

Permalink
Merge pull request #1004 from lirantal/feature/travis-webhooks-as-env…
Browse files Browse the repository at this point in the history
…-variables

Moving Travis CI webhooks config to environment variable
  • Loading branch information
lirantal committed Oct 19, 2015
2 parents 3a4c51a + 70e83ff commit 71cc173
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 71cc173

Please sign in to comment.