summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-03 17:19:25 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-04 09:25:42 +0200
commit29184d06eb5c28c696a8d049c84d3ca5527bf65d (patch)
tree99b246accea1fa55560801c849310f5f961d4f57
parentd487f686c345eceb1ff92aad1c564a6e309b58f5 (diff)
downloadefl-29184d06eb5c28c696a8d049c84d3ca5527bf65d.tar.gz
TESTING#
-rw-r--r--.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
index da9cd21705..45af420db1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,39 +58,30 @@ jobs:
- os: linux
env: DISTRO=Fedora32 CI_BUILD_TYPE=default
- os: linux
- if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=release-ready
- os: linux
- if: type = cron
env: DISTRO=Ubuntu2004
- os: linux
- if: type = cron
env: DISTRO=Ubuntu1910
- os: linux
- if: type = cron
env: DISTRO=Debian103
- os: linux
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
env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness
- os: linux
if: type = cron
env: CI_BUILD_TYPE=codecov
- os: linux
- if: type = cron
arch: arm64
env: CI_BUILD_TYPE=default
- os: linux
- if: type = cron
arch: ppc64le
env: CI_BUILD_TYPE=no-bindings
- os: linux
- if: type = cron
arch: s390x
env: CI_BUILD_TYPE=no-bindings
@@ -144,14 +135,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}"