summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-28 11:56:32 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-28 11:56:32 +0200
commit23145f8de7daec6e87f15e7b4a92242b26adc452 (patch)
tree250844816c3cff503d3adf107f8600748340518b
parentf6b1dd62d6d1a6cac1dafe95c5e80a9dbee7e1e1 (diff)
downloadefl-devs/stefan/ci-asan.tar.gz
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ebc8b733b..438826a696 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,6 @@ jobs:
if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity
- os: linux
- if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=asan
- os: linux
if: type = cron
@@ -139,15 +138,3 @@ before_cache:
else
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}"