diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2020-01-10 09:39:07 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-01-10 09:39:26 +0100 |
commit | 770eaeaeaaaf0f0f7a365fa5af639d852207e50d (patch) | |
tree | fff3176992f43ebaf077a7c6c50c760524a0d474 | |
parent | f6f67d60f3c2171a7e96cff2a205d4895c13117c (diff) |
no notify
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 9da669513d..2a954eabb6 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -123,14 +123,3 @@ before_cache: | |||
123 | mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew | 123 | mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew |
124 | fi | 124 | fi |
125 | 125 | ||
126 | notifications: | ||
127 | irc: | ||
128 | channels: | ||
129 | - "chat.freenode.net#edevelop" | ||
130 | on_success: change | ||
131 | on_failure: always | ||
132 | template: | ||
133 | - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})" | ||
134 | - "Commit: %{commit_subject} (%{commit}) from %{author}" | ||
135 | - "Change view : %{compare_url}" | ||
136 | - "Build details : %{build_url}" | ||