You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/06/09 08:33:26 UTC

[text] Use oraclejdk10 and openjdk10 provided by travis.

Repository: commons-text
Updated Branches:
  refs/heads/master 7733107d1 -> 2ade6a39a


Use oraclejdk10 and openjdk10 provided by travis.


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

Branch: refs/heads/master
Commit: 2ade6a39a94b77cbc514dda6d1842c8b6540eea7
Parents: 7733107
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat Jun 9 10:32:28 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat Jun 9 10:33:20 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/2ade6a39/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 887be71..874e917 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,12 +26,10 @@ matrix:
       jdk: oraclejdk8
     - env: JDK_RELEASE='OracleJDK 9'
       jdk: oraclejdk9
-# Java 10 "Oracle JDK" (not yet provided by Travis CI)
-    - env: JDK='Oracle JDK 10'
-      install: . ./target/install-jdk.sh -F 10 -L BCL
-# Java 10 "OpenJDK" (not yet provided by Travis CI)
-    - env: JDK='OpenJDK 10'
-      install: . ./target/install-jdk.sh -F 10 -L GPL
+    - env: JDK_RELEASE='OracleJDK 10'
+      jdk: oraclejdk10
+    - env: JDK_RELEASE='OpenJDK 10'
+      jdk: openjdk10
 # Java 11 "Oracle JDK" (not yet provided by Travis CI)
     - env: JDK='Oracle JDK 11'
       install: . ./target/install-jdk.sh -F 11 -L BCL