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 ec7b79b85dad8c94e092f636c96af8cfacb40c87 Author: Cedric Beust <[email protected]> Date: Mon Jun 8 18:27:40 2015 -0700 Test JDK_HOME. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65f4eab..99469b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ jdk: - oraclejdk7 - openjdk7 -before_install: echo "Java home:" $JDK_HOME +before_install: + - echo "Java home:" $JDK_HOME script: ./gradlew clean test after_success: ./gradlew uploadArchives -- 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

