summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-11-14 10:48:32 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-11-17 11:57:41 +0100
commit4539c858559f0d2a6382e7d2da3665c76c2ae1ce (patch)
tree336615349f416e9070ce6b56de2928dd82a3d757 /.travis.yml
parent7d7beccad678c2253a96ee285d2f9164b6165f21 (diff)
downloadefl-4539c858559f0d2a6382e7d2da3665c76c2ae1ce.tar.gz
ci/travis: remove no longer needed travis keywords
Highlighted by the new build config validation feature we can see that sudo is no longer needed and on_cancel is not a valid keyowrk for IRC notifications. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10665
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 244f2b85ac..e42f637fa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ cache:
directories:
- $HOME/cachedir
- $HOME/.ccache
-sudo: required
dist: trusty
osx_image: xcode10.2
@@ -126,7 +125,6 @@ notifications:
- "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}"