summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-01-16 15:43:57 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-04-28 14:54:34 +0200
commit32268245236969c629d72cfc5daeb687e7c48253 (patch)
tree6c6ff41f3d60e399e6e69a9e1b3105d7125c255f
parente6a62186971d5ef445f6a79d593bc3c3b92628a7 (diff)
downloadefl-32268245236969c629d72cfc5daeb687e7c48253.tar.gz
TO BE REVERTED. JUST FOR FASTER TESTING.
-rw-r--r--.travis.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index e1ec7a36f8..8161344824 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,10 +76,8 @@ 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
env: CI_BUILD_TYPE=codecov
- os: linux
if: type = cron
@@ -139,15 +137,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}"