fixes for jdk6

This commit is contained in:
Chris Frohoff
2018-11-16 17:41:40 -08:00
parent 986647e372
commit 8c1917f603
+1
View File
@@ -17,6 +17,7 @@ before_install:
which $MVN_325/bin/mvn || mkdir -p $MVN_325 &&
curl https://apache.osuosl.org/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz |
tar xz -C $MVN_325 --strip-components=1
- if [ "$TRAVIS_JDK_VERSION" == "openjdk6" ]; then jdk_switcher use openjdk6; fi
after_script:
- > # print more detailed info about test results