You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/06/30 14:04:42 UTC

groovy git commit: try jdk8 on travis CI with a revised timeout (30 mins this time)

Repository: groovy
Updated Branches:
  refs/heads/master 0257c5c51 -> 2ce7d02b1


try jdk8 on travis CI with a revised timeout (30 mins this time)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/2ce7d02b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/2ce7d02b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/2ce7d02b

Branch: refs/heads/master
Commit: 2ce7d02b10bc9c7a30009c3fc109a551990e5e94
Parents: 0257c5c
Author: paulk <pa...@asert.com.au>
Authored: Fri Jul 1 00:04:17 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Jul 1 00:04:17 2016 +1000

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/2ce7d02b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f214e46..5e8a6f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ jdk:
 
 install: true
 
-script: travis_wait 25 ./gradlew test
+script: travis_wait 30 ./gradlew test
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock