From a90ecd5f021d24c134fd1d6e910f5bae8d22abad Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 24 Apr 2020 11:53:43 +0200 Subject: [PATCH] TESTING ONYL --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1ec7a36f8..f3a1ee930c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,6 @@ jobs: if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=asan - os: linux - if: type = cron env: DISTRO=Fedora31-exactness CI_BUILD_TYPE=exactness - os: linux if: type = cron @@ -140,14 +139,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}"