From 4539c858559f0d2a6382e7d2da3665c76c2ae1ce Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 14 Nov 2019 10:48:32 +0100 Subject: [PATCH] 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 Reviewed-by: Marcel Hollerbach 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}"