summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-11 17:21:20 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-11 17:21:20 +0200
commit4c462ab85a0a53f57e1b6e5c7d2c454522a20dba (patch)
treed5d9b27c1f994ac35b863911c0295bb1b6e8b4c8
parentf81800ece543b61737ab10c2994a419269087128 (diff)
downloadefl-devs/stefan/lua52-fix.tar.gz
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index c22a85b7eb..1a05fb2811 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,39 +58,28 @@ 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=Fedora31-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
@@ -140,14 +129,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}"