From 6a760eb1dcd74b5b7cd5ebec1ca0ebf73ce09006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:29:30 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d87c80f..5cb54c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,12 @@ env: jobs: - MOLECULE_DISTRO=debian:stretch-slim - MOLECULE_DISTRO=debian:buster-slim - script: - - ./test.sh \ No newline at end of file + - ./test.sh +notifications: + email: + if: branch = master + on_success: change + on_failure: always + recipients: + - desarrollo.benders@idealista.com