This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 2fcaa40 Send notification emails when builds fail
2fcaa40 is described below
commit 2fcaa40034324ade771b17df95a8393729f84c04
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Aug 12 13:57:16 2019 +0800
Send notification emails when builds fail
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index bc93566..4a8d0b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,12 @@ script:
- ./gradlew -version
- if [ "$BC" == "legacy" ]; then travis_wait 60 ./gradlew test; else
travis_wait 60 ./gradlew testWithIndy; fi
+notification:
+ email:
+ recipients:
+ - [email protected]
+ on_failure: always
+
# As recommended in:
# https://docs.travis-ci.com/user/languages/java/#Caching
before_cache: