Repository: commons-text Updated Branches: refs/heads/master 6ad577115 -> 7e662dca3
Travis: Use Java 11 supplied by travis. Patch from Pascal Schumacher. Closes #86. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7e662dca Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7e662dca Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7e662dca Branch: refs/heads/master Commit: 7e662dca3241f656e1599d7cbac9a001b43046ba Parents: 6ad5771 Author: Gary Gregory <[email protected]> Authored: Thu Jul 26 13:29:34 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Jul 26 13:29:34 2018 -0600 ---------------------------------------------------------------------- .travis.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7e662dca/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 874e917..95a7194 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,25 +14,13 @@ # limitations under the License. language: java -sudo: false -# Get latest install-jdk.sh script -before_install: - - wget -P ./target/ https://github.com/sormuras/bach/raw/master/install-jdk.sh - -matrix: - include: - - env: JDK_RELEASE='OracleJDK 8' - jdk: oraclejdk8 - - env: JDK_RELEASE='OracleJDK 9' - jdk: oraclejdk9 - - 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 +jdk: + - oraclejdk8 + - oraclejdk9 + - oraclejdk10 + - openjdk10 + - openjdk11 script: - mvn
