Skip to content

Commit

Permalink
Still searching for JDK9
Browse files Browse the repository at this point in the history
  • Loading branch information
russgold committed Sep 22, 2019
1 parent 00183af commit 52d35c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ install:
- mkdir $HOME/openjdk9
- mkdir $HOME/oraclejdk11
- mkdir $HOME/openjdk12
- source ./install-jdk.sh -e -feature 9 --target $HOME/openjdk9
- source ./install-jdk.sh -e -feature 12 --target $HOME/openjdk12
- source ./install-jdk.sh --emit-java-home --feature 9 --target $HOME/openjdk9
- source ./install-jdk.sh --emit-java-home --feature 12 --target $HOME/openjdk12
script:
"mvn --show-version --errors --batch-mode clean test"
cache:
Expand Down

0 comments on commit 52d35c9

Please sign in to comment.