File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 <toolchain >
44 <type >jdk</type >
55 <provides >
6- <version >11 </version >
6+ <version >8 </version >
77 <vendor >openjdk</vendor >
88 </provides >
99 <configuration >
10- <jdkHome >/usr/local/lib/jvm/openjdk11 </jdkHome >
10+ <jdkHome >/usr/local/lib/jvm/openjdk8 </jdkHome >
1111 </configuration >
1212 </toolchain >
1313</toolchains >
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 - stage : test
1111 scala : 2.11
1212 script : mvn test -pl scala/scala_2.11 -B --toolchains .m2/travis-ci-toolchains.xml
13- jdk : openjdk11
13+ jdk : openjdk8
1414 - stage : test
1515 scala : 2.12
1616 script : mvn test -pl scala/scala_2.12,examples -B --toolchains .m2/travis-ci-toolchains.xml
17- jdk : openjdk11
17+ jdk : openjdk8
1818 - stage : test
1919 scala : 2.13
2020 script : mvn test -pl scala/scala_2.13,examples -B --toolchains .m2/travis-ci-toolchains.xml
21- jdk : openjdk11
21+ jdk : openjdk8
2222branches :
2323 only :
2424 - master
You can’t perform that action at this time.
0 commit comments