[testng] 250/355: Don't test on OpenJDK

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit 72328b13c9520ceee61cdabe2ff6b26a965c9896
Author: Cedric Beust <cedric at beust.com>
Date:   Fri May 1 21:12:05 2015 -0700

    Don't test on OpenJDK
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 45471e9..761e388 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,7 @@ language: java
 jdk:
   - oraclejdk8
   - oraclejdk7
-  - openjdk7
 
 install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
 before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
-script: mvn -f pom-test.xml test -B
\ No newline at end of file
+script: mvn -f pom-test.xml test -B

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list