This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag testng-6.9.5 in repository testng.
commit 92d2d580ebc35af3983cf718b0ed4cbbcdbb3470 Author: Cedric Beust <[email protected]> Date: Sat May 30 20:06:40 2015 -0700 Travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be68f33..9f4a018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - oraclejdk7 - openjdk7 -before_install: - - touch local.properties -script: "./compile-with-gradle.sh" +before_install: touch local.properties +install: ./gradlew assemble clean cleanTest + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

