diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-01-16 15:43:57 +0100 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-24 12:18:13 -0400 |
commit | 57d4d46d9456f205fbd7690fa1c33af95cc1e6bb (patch) | |
tree | af37051f7c28dc832db3248d261288c17a166f8b | |
parent | 14e179f331234bef4777935c8fac280fa9c4ee3a (diff) | |
download | efl-57d4d46d9456f205fbd7690fa1c33af95cc1e6bb.tar.gz |
TO BE REVERTED. JUST FOR FASTER TESTING.
-rw-r--r-- | .travis.yml | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/.travis.yml b/.travis.yml index b3a882db81..49f1ea5445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,31 +44,8 @@ env: jobs: include: - - os: osx - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=exactness BUILDSYSTEM=ninja - - os: linux - env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw - - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled - - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled - - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland - - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=default - - os: linux - if: type = cron - env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready - - os: linux - if: type = cron - env: DISTRO=Ubuntu1804 - - os: linux - if: type = cron - env: DISTRO=Ubuntu1904 - - os: linux - if: type = cron - env: DISTRO=Debian96 + env: DISTRO=Fedora30 CI_BUILD_TYPE=exactness services: - docker @@ -131,16 +108,3 @@ before_cache: cp config.cache $HOME/cachedir mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew fi - -notifications: - irc: - channels: - - "chat.freenode.net#edevelop" - on_success: change - on_failure: always - on_cancel: never - 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}" |