Skip to content

Commit b0cd223

Browse files
committed
Merge pull request #103 from shotgunsoftware/travis_hipchat_notification
Integrate Travis builds with Hipchat
2 parents afa364a + 99c519a commit b0cd223

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ script: nosetests -v
1212
notifications:
1313
email:
1414
- api@shotgunsoftware.com
15+
hipchat:
16+
rooms:
17+
secure: Fn5h3NWccsKeXrH/wP/WcfIMco1xCxJsqnEgzSguAIo2DlQX8UprmbyDPoZTOmKF3Tl1HMSZzgLDr2CWQua5IR8IfFum5rfvkckUCeN+PkihL8aJ+1kqXe1GZc0+rRY8iDjAUyX8i+lupnsF0RGmg/eS9QfqblM83VBKskiSsDs=
18+
template:
19+
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
20+
format: html
21+
on_pull_requests: false

0 commit comments

Comments
 (0)