Skip to content

Instantly share code, notes, and snippets.

@tyrcho
Created July 9, 2014 12:24
Show Gist options
  • Save tyrcho/eaf053bff7ca13b1beec to your computer and use it in GitHub Desktop.
Save tyrcho/eaf053bff7ca13b1beec to your computer and use it in GitHub Desktop.
Gitter Travis integration.md

Gitter / Travis integration

In the .travis.yml 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment