From 2967fbdf4c1f53e11ecb5d7281e1697625320568 Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov Date: Sun, 18 Dec 2016 14:43:50 +0100 Subject: [PATCH] [CI] Fix email notification configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad311ef0ef..3e98b1f961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,9 +63,9 @@ script: - if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./openmw_test_suite; fi - if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "${TRAVIS_OS_NAME}" = "linux" ]; then cd .. && ./CI/check_tabs.sh; fi notifications: - recipients: - - corrmage+travis-ci@gmail.com email: + recipients: + - corrmage+travis-ci@gmail.com on_success: change on_failure: always irc: