Skip to content

Commit

Permalink
Merge pull request #103 from shotgunsoftware/travis_hipchat_notification
Browse files Browse the repository at this point in the history
Integrate Travis builds with Hipchat
  • Loading branch information
pboucher committed Feb 4, 2016
2 parents afa364a + 99c519a commit b0cd223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,10 @@ script: nosetests -v
notifications:
email:
- api@shotgunsoftware.com
hipchat:
rooms:
secure: Fn5h3NWccsKeXrH/wP/WcfIMco1xCxJsqnEgzSguAIo2DlQX8UprmbyDPoZTOmKF3Tl1HMSZzgLDr2CWQua5IR8IfFum5rfvkckUCeN+PkihL8aJ+1kqXe1GZc0+rRY8iDjAUyX8i+lupnsF0RGmg/eS9QfqblM83VBKskiSsDs=
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html
on_pull_requests: false

0 comments on commit b0cd223

Please sign in to comment.