summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-07-14 17:11:45 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-07-14 17:11:45 +0200
commitf2bb4e7a99d7304320e5b19571099c63859fca9d (patch)
tree7cc25d7fbd8f5ad8bea5138f8f04484af02619ed
parent42e3411ed7dacc652bd1c64d94941d7ac6aa67c4 (diff)
downloadefl-devs/stefan/exactness-new-tests.tar.gz
TESTING# Changes to be committed:devs/stefan/exactness-new-tests
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index da9cd21705..8cddb5430c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,7 +76,6 @@ jobs:
if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=asan
- os: linux
- if: type = cron
env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness
- 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}"