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 f0333f6 Revert "Send notification emails when builds fail"
f0333f6 is described below
commit f0333f6be968e69a6377e01d01c1a48d285c06a9
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Aug 12 15:42:15 2019 +0800
Revert "Send notification emails when builds fail"
This reverts commit 2fcaa400 to avoid getting notifications from forks
---
.travis.yml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4a8d0b4..a620fa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,19 +54,12 @@ matrix:
jdk: oraclejdk8
before_script:
- - |
- unset _JAVA_OPTIONS
+ - unset _JAVA_OPTIONS
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: