[testng] 189/355: Use Markdown for README
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:04 UTC 2015
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 <julien.herr at alcatel-lucent.com>
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 @@
+[![Build Status](https://travis-ci.org/juherr/testng.svg?branch=travis-ci)](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
More information about the pkg-java-commits
mailing list