summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-04-24 11:53:43 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-04-24 11:53:43 +0200
commita90ecd5f021d24c134fd1d6e910f5bae8d22abad (patch)
tree8cc2eeb08e166deeb4fe06f385ba45e3a1dbc336
parent0013ea8c367d8444f75443cb34ef9973e42c3d6b (diff)
downloadefl-devs/stefan/exactnes-debug.tar.gz
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 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}"