提交 629c3e9e 编写于 作者: V vongosling

Remove broken jdk version in travis

上级 c6b2a998
...@@ -14,10 +14,6 @@ matrix: ...@@ -14,10 +14,6 @@ matrix:
# On Linux, run with specific JDKs only. # On Linux, run with specific JDKs only.
- os: linux - os: linux
env: CUSTOM_JDK="oraclejdk8" env: CUSTOM_JDK="oraclejdk8"
- os: linux
env: CUSTOM_JDK="oraclejdk7"
- os: linux
env: CUSTOM_JDK="openjdk7"
before_install: before_install:
- echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc - echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
...@@ -25,15 +21,6 @@ before_install: ...@@ -25,15 +21,6 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi
#os:
# - linux
# - osx
#jdk:
# - oraclejdk8
# - oraclejdk7
# - openjdk7
script: script:
- travis_retry mvn -B clean apache-rat:check - travis_retry mvn -B clean apache-rat:check
- travis_retry mvn -B package jacoco:report coveralls:report - travis_retry mvn -B package jacoco:report coveralls:report
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册