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 4db87694566759ca69e58fd73fe4e092e3a6223f Author: Julien Herr <[email protected]> Date: Tue Apr 21 13:48:18 2015 +0200 Use Markdown for README --- README => README.md | 0 README.template | 2 ++ build.xml | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/README.template b/README.template index 06f6950..ec2e617 100644 --- a/README.template +++ b/README.template @@ -1,3 +1,5 @@ +[](https://travis-ci.org/juherr/testng) + Welcome to TestNG ${version} Please note that even though the .zip distribution contains the TestNG sources, diff --git a/build.xml b/build.xml index e97ec67..a39c816 100644 --- a/build.xml +++ b/build.xml @@ -327,8 +327,8 @@ </target> <target name="update-readme"> - <copy file="README.template" tofile="README" /> - <replace file="README" token="${version}" value="${testng.version}" /> + <copy file="README.template" tofile="README.md" /> + <replace file="README.md" token="${version}" value="${testng.version}" /> <touch file="TESTNG-${testng.version}" /> </target> -- 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

