mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 00:41:52 +08:00
fixes for jdk6
This commit is contained in:
@@ -17,6 +17,7 @@ before_install:
|
|||||||
which $MVN_325/bin/mvn || mkdir -p $MVN_325 &&
|
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 |
|
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
|
tar xz -C $MVN_325 --strip-components=1
|
||||||
|
- if [ "$TRAVIS_JDK_VERSION" == "openjdk6" ]; then jdk_switcher use openjdk6; fi
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- > # print more detailed info about test results
|
- > # print more detailed info about test results
|
||||||
|
|||||||
Reference in New Issue
Block a user