Skip to content

Commit

Permalink
fixes #898 - addressing the issue where the webhook API is hard-coded…
Browse files Browse the repository at this point in the history
… into the travis config file
  • Loading branch information
lirantal committed Oct 18, 2015
1 parent eb8d819 commit 70e83ff
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 70e83ff

Please sign in to comment.