summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thorne <TafThorne@GoogleMail.com>2017-08-08 12:43:35 +0100
committerGitHub <noreply@github.com>2017-08-08 12:43:35 +0100
commit84cb737f4a0efc9eca75a04168fc55e8a517650b (patch)
tree1d98b77b528b85dc52ed4a2772bb1e446bc64832
parent2898a1f33e238699f4021556c1c9c256912c620c (diff)
downloaddistcc-git-84cb737f4a0efc9eca75a04168fc55e8a517650b.tar.gz
Add Travis Build Status Image To README.md
The markdown README file is displayed on the GitHub project front page. It is common practise to put the build status of the primary branch (master for us at present) on the from page. Now the Travis-CI system is working, advertise it on the front page.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 043809b..f08a0d5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# distcc -- a free distributed C/C++ compiler system
+[![Build Status](https://travis-ci.org/distcc/distcc.svg?branch=master)](https://travis-ci.org/distcc/distcc)
by Martin Pool
@@ -56,8 +57,8 @@ typical case, three machines are 2.6 times faster than one.
distcc is distributed under the GNU General Public Licence v2.
## Resources
-
+
* [Mailing list](https://lists.samba.org/mailman/listinfo/distcc)
-
+
* [Stack Overflow questions](http://stackoverflow.com/questions/tagged/distcc)