bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4539c858559f0d2a6382e7d2da3665c76c2ae1ce
commit 4539c858559f0d2a6382e7d2da3665c76c2ae1ce Author: Stefan Schmidt <[email protected]> Date: Thu Nov 14 10:48:32 2019 +0100 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 <[email protected]> Reviewed-by: Marcel Hollerbach <[email protected]> Differential Revision: https://phab.enlightenment.org/D10665 --- .travis.yml | 2 -- 1 file changed, 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}" --
