forked from mirror/openmw-tes3mp
[CI] Fix email notification configuration
This commit is contained in:
parent
37c8a36dd8
commit
2967fbdf4c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue