summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-10-30 11:03:56 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-02-26 09:04:09 +0100
commitc973a9f3a478ea07588d5f4e509ae6da699335ec (patch)
tree1e487376b59cddae610b62ec9e1ff4433afed49b
parent57531de4448e7e621490cd2e07f4042f01a1dbf3 (diff)
downloadefl-c973a9f3a478ea07588d5f4e509ae6da699335ec.tar.gz
remove notification
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index f832f8778a..a5b4054806 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -132,14 +132,3 @@ before_cache:
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi
-notifications:
- irc:
- channels:
- - "chat.freenode.net#edevelop"
- on_success: change
- on_failure: always
- template:
- - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- - "Commit: %{commit_subject} (%{commit}) from %{author}"
- - "Change view : %{compare_url}"
- - "Build details : %{build_url}"