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 15:16:56 UTC

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

Repository: groovy
Updated Branches:
  refs/heads/master 2ce7d02b1 -> 8408636bb


try jdk8 on travis CI with a revised timeout (35 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/8408636b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/8408636b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/8408636b

Branch: refs/heads/master
Commit: 8408636bb55b163c7c4f17f8894bc1ae49b0c050
Parents: 2ce7d02
Author: paulk <pa...@asert.com.au>
Authored: Fri Jul 1 00:48:20 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Jul 1 00:48:20 2016 +1000

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


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