diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 21:21:28 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 21:21:28 +0400 |
commit | 14bf6fdc25451466d87352963e19942741923230 (patch) | |
tree | 4af7a2dc2551d8983b1c18624339175776c217d7 | |
parent | 2a0d00f91a1037b8cabbbf89f7cd677b0f02bd95 (diff) |
CI: Tidy up IRC notifications
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1691d0ba..8ff06d78 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -26,3 +26,10 @@ notifications: | |||
26 | - "chat.freenode.net#haskell-bittorrent" | 26 | - "chat.freenode.net#haskell-bittorrent" |
27 | on_success: always | 27 | on_success: always |
28 | on_failure: always | 28 | on_failure: always |
29 | |||
30 | use_notice: true | ||
31 | template: | ||
32 | - "%{repository_name}#%{build_number} : %{message} for about %{duration}" | ||
33 | - "Commit: %{branch}/%{commit} by %{author}" | ||
34 | - "Changes: %{compare_url}" | ||
35 | - "Build: %{build_url}" \ No newline at end of file | ||