Skip to content

Instantly share code, notes, and snippets.

@tyrcho
Created July 9, 2014 12:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyrcho/b574cb0625dfa066fb96 to your computer and use it in GitHub Desktop.
Save tyrcho/b574cb0625dfa066fb96 to your computer and use it in GitHub Desktop.
Gitter Travis integration.md
# Gitter / Travis integration
In the [.travis.yml][1] file :
webhooks:
urls:
- https://webhooks.gitter.im/e/3069b7e759e1d02548c1
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
[1]: https://github.com/HearthStats/HearthStats.net-Uploader/blob/master/.travis.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment