You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/02/21 15:21:51 UTC

groovy git commit: Exclude OpenJDK8 build due to failing to download it

Repository: groovy
Updated Branches:
  refs/heads/master 63fc0a403 -> f28a94c32


Exclude OpenJDK8 build due to failing to download it


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

Branch: refs/heads/master
Commit: f28a94c328a8c2967375d5a02e81866a95192caf
Parents: 63fc0a4
Author: danielsun1106 <re...@hotmail.com>
Authored: Wed Feb 21 23:21:46 2018 +0800
Committer: danielsun1106 <re...@hotmail.com>
Committed: Wed Feb 21 23:21:46 2018 +0800

----------------------------------------------------------------------
 .travis.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/f28a94c3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 80087cc..70fbaf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,14 +40,16 @@ matrix:
       env: JDK_RELEASE='Oracle JDK 8' EXTRA_GRADLE_ARGS=''
       install: echo "Don't let Travis CI execute './gradlew assemble' by default"
 # Java 8 "OpenJDK"
-    - env: JDK_RELEASE='OpenJDK 8' EXTRA_GRADLE_ARGS=''
-      install: . ./src/install/install-jdk.sh -F 8 -L GPL
+#    - env: JDK_RELEASE='OpenJDK 8' EXTRA_GRADLE_ARGS=''
+#      install: . ./src/install/install-jdk.sh -F 8 -L GPL
 
 before_script:
   - |
     unset _JAVA_OPTIONS
 
-script: travis_wait 60 ./gradlew test
+script:
+  - ./gradlew -version
+  - travis_wait 60 ./gradlew test
 
 # As recommended in:
 # https://docs.travis-ci.com/user/languages/java/#Caching