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 741729e20ace9efbdf29d4ce9160cad1653afe28 Author: Cedric Beust <[email protected]> Date: Mon Jun 8 18:26:09 2015 -0700 Display JDK_HOME. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c8db3fb..65f4eab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ jdk: - oraclejdk7 - openjdk7 +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

