diff options
-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 | ||