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 58822f92a9b841b86a3a70bc431a2c6ed3b56962 Author: Cedric Beust <[email protected]> Date: Mon Jun 8 19:26:41 2015 -0700 Restore automatic upload for now. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5efe43..e3643b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - oraclejdk7 - openjdk7 -before_install: bash "gradle/uploadSnapshot.sh" +#before_install: bash "gradle/uploadSnapshot.sh" script: ./gradlew clean test -after_success: bash "gradle/uploadSnapshot.sh" +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

