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 cdef560 Add indy builds
cdef560 is described below
commit cdef560d51a4a97058a1ce10e70740cc36e59526
Author: Daniel Sun <[email protected]>
AuthorDate: Wed Jul 3 23:13:56 2019 +0800
Add indy builds
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 782e02e..c751582 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,7 @@ before_script:
script:
- ./gradlew -version
- travis_wait 60 ./gradlew test
+ - travis_wait 60 ./gradlew testWithIndy
# As recommended in:
# https://docs.travis-ci.com/user/languages/java/#Caching