From 4461600e9fab2dd395f5bfa462f3c11a1a330faa Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 11 Jun 2020 09:20:31 +0200 Subject: [PATCH] TESTING --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index da9cd21705..b9275b9204 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,6 @@ jobs: if: type = cron env: DISTRO=Debian103 - os: linux - if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity - os: linux if: type = cron @@ -144,14 +143,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}"