[testng] 314/355: Build Travis with Gradle

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:19 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 90e29015575a30e235e69cd2f042f1ebf53383f3
Author: Cedric Beust <cedric at beust.com>
Date:   Sun May 10 22:46:05 2015 -0700

    Build Travis with Gradle
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 45471e9..e52f871 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,6 @@ jdk:
   - oraclejdk7
   - openjdk7
 
-install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
+#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: ./build-with-gradle

-- 
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