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 12:55:53 UTC

groovy git commit: try jdk8 on travis CI with a revised timeout

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


try jdk8 on travis CI with a revised timeout


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

Branch: refs/heads/master
Commit: 0257c5c51bd2f0af0da05441b3d7fd22ce2fb2f9
Parents: d6252c3
Author: paulk <pa...@asert.com.au>
Authored: Thu Jun 30 21:03:21 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Jun 30 21:03:21 2016 +1000

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/0257c5c5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c085b1f..f214e46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,12 +16,12 @@
 language: groovy
 
 jdk:
-  - openjdk6
   - oraclejdk7
+  - oraclejdk8
 
 install: true
 
-script: travis_wait ./gradlew test
+script: travis_wait 25 ./gradlew test
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock