From 9fd5200799807c31324131164e49e2b40c456b75 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 8 Jan 2020 10:21:20 +0100 Subject: [PATCH] to be removed --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1af79309c3..58baa2ccf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,6 @@ jobs: if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity - os: linux - if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=asan - os: linux if: type = cron @@ -123,14 +122,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}"