summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-03-26 14:27:10 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-03-26 14:27:10 +0100
commit82637f83ee3cfbea7a93c294ca9926d092709e76 (patch)
treeebb4d816b26c218e22dc91361dffaa2a56aafa72
parentecee4a313950a0c5ca66656e9524affaacd22b29 (diff)
downloadefl-82637f83ee3cfbea7a93c294ca9926d092709e76.tar.gz
testing only, revert
-rw-r--r--.travis.yml17
1 files changed, 6 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index f832f8778a..e19c5b7261 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,15 +47,21 @@ env:
jobs:
include:
- os: osx
+ if: type = cron
- os: linux
+ if: type = cron
env: DISTRO=Fedora31-mingw CI_BUILD_TYPE=mingw
- os: linux
+ if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=options-enabled
- os: linux
+ if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=options-disabled
- os: linux
+ if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=wayland
- os: linux
+ if: type = cron
env: DISTRO=Fedora31 CI_BUILD_TYPE=default
- os: linux
if: type = cron
@@ -132,14 +138,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}"