[CI] Fix email notification configuration

pull/114/head^2
Nikolay Kasyanov 8 years ago
parent 37c8a36dd8
commit 2967fbdf4c

@ -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:

Loading…
Cancel
Save