File tree Expand file tree Collapse file tree 2 files changed +16
-37
lines changed
Expand file tree Collapse file tree 2 files changed +16
-37
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,23 @@ notifications:
99
1010matrix :
1111 allow_failures :
12- - jdk : oraclejdk9
13- - env : JDK_RELEASE='10 Early-Access'
12+ - env : JDK='11'
1413 include :
15- # JDK 8
16- - jdk : oraclejdk8
17- env : JDK_RELEASE='8'
18- # JDK 9
19- - jdk : oraclejdk9
20- env : JDK_RELEASE='9'
21- # JDK 10
22- - env : JDK_RELEASE='10 Early-Access'
23- before_install : unset _JAVA_OPTIONS && . ./scripts/install-jdk-10.sh
14+ - env : JDK='8'
15+ jdk : oraclejdk8
16+ install : echo "The default Travis install script is being skipped!"
17+ - env : JDK='9'
18+ jdk : oraclejdk9
19+ install : echo "The default Travis install script is being skipped!"
20+ - env : JDK='10'
21+ install : . ./install-jdk.sh -F 10 -L GPL
22+ - env : JDK='11'
23+ install : . ./install-jdk.sh -F 11 -L GPL
2424
2525# see https://github.com/travis-ci/travis-ci/issues/8408
2626before_install :
27- - unset _JAVA_OPTIONS
27+ - unset _JAVA_OPTIONS
28+ - wget https://raw.githubusercontent.com/sormuras/bach/ae2f0bd71a40530f867b666d190b382672c44628/install-jdk.sh
2829
2930# use travis-ci docker based infrastructure
3031sudo : false
3334 directories :
3435 - $HOME/.m2
3536
36- install : mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
37-
38- script : mvn test -B
37+ script :
38+ - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
39+ - mvn test -B
3940
4041env :
4142 global :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments