diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-01-16 15:43:57 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-01-31 14:17:09 +0100 |
commit | 580b73d1fd5fbd42988f2fbce51a6d3de7b9e69f (patch) | |
tree | 2e8ee2e9f5f6da956780c024c7ba8d2c6cfbdcf0 | |
parent | 6872bb7ef24a2dd74500a06d96c76617f3f35c2c (diff) |
TO BE REVERTED. JUST FOR FASTER TESTING.devs/stefan/exactness-merged
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index d9d8e35cea..001977a415 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -128,15 +128,3 @@ before_cache: | |||
128 | else | 128 | else |
129 | mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew | 129 | mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew |
130 | fi | 130 | fi |
131 | |||
132 | notifications: | ||
133 | irc: | ||
134 | channels: | ||
135 | - "chat.freenode.net#edevelop" | ||
136 | on_success: change | ||
137 | on_failure: always | ||
138 | template: | ||
139 | - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})" | ||
140 | - "Commit: %{commit_subject} (%{commit}) from %{author}" | ||
141 | - "Change view : %{compare_url}" | ||
142 | - "Build details : %{build_url}" | ||