From 42ec52d2dd24d37677630c485857fcf948c8ebb6 Mon Sep 17 00:00:00 2001 From: Victor Deniz Falcon Date: Tue, 11 Aug 2020 17:07:34 +0100 Subject: [PATCH] MDL-52407 travis: use Travis default notifications(email) --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d751251ccc25c..5ff424401c05c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ # process (which uses our internal CI system) this file is here for the benefit # of community developers git clones - see MDL-51458. -# We currently disable Travis notifications entirely until https://github.com/travis-ci/travis-ci/issues/4976 -# is fixed. notifications: - email: false + email: + if: env(MOODLE_EMAIL) != no language: php