You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/08/29 12:30:48 UTC

[20/28] incubator-rocketmq git commit: Remove broken jdk version in travis

Remove broken jdk version in travis


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/629c3e9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/629c3e9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/629c3e9e

Branch: refs/heads/master
Commit: 629c3e9ea084d0a2947b2ab6f1cc8b0c6ed98502
Parents: c6b2a99
Author: vongosling <vo...@apache.org>
Authored: Mon Aug 28 10:51:22 2017 +0800
Committer: vongosling <vo...@apache.org>
Committed: Mon Aug 28 10:51:22 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/629c3e9e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2bc2296..daa88a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,6 @@ matrix:
   # On Linux, run with specific JDKs only.
   - os: linux
     env: CUSTOM_JDK="oraclejdk8"
-  - os: linux
-    env: CUSTOM_JDK="oraclejdk7"
-  - os: linux
-    env: CUSTOM_JDK="openjdk7"
 
 before_install:
   - echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m -XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
@@ -25,15 +21,6 @@ before_install:
   - 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
 
-#os:
-#  - linux
-#  - osx
-#jdk:
-#  - oraclejdk8
-#  - oraclejdk7
-#  - openjdk7
-
-
 script:
   - travis_retry mvn -B clean apache-rat:check
   - travis_retry mvn -B package jacoco:report coveralls:report