From c46a35749686c6584a9a7f857b07440c59eb065d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 27 Mar 2020 09:56:14 +0100 Subject: [PATCH] TESTING ONLY --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index f832f8778a..ac1c43207d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,6 @@ jobs: if: type = cron env: DISTRO=Fedora31-exactness CI_BUILD_TYPE=exactness - os: linux - if: type = cron env: CI_BUILD_TYPE=codecov - os: linux if: type = cron @@ -132,14 +131,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}"