aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Mikhirev2014-12-19 00:21:19 +0300
committerDmitry Mikhirev2014-12-19 00:21:19 +0300
commitcf3f1e20a72b157929acd13e499d4d9014a8ddc1 (patch)
treeff0c331604e3192776927f994bda3f75b68c81c2
parentf61de6e8977e8d87a32c59df0fe6b7fedab7c6b9 (diff)
downloadmake_pcre-0.3.tar.gz
make_pcre-0.3.tar.bz2
make_pcre-0.3.tar.xz
make_pcre-0.3.zip
added coveralls bagev0.3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 39abf8c..9b3e3a2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ make\_pcre is a plugin for GNU make providing ability to use Perl compatible
regular expressions. It requires make 4.0 or higher (tested with 4.0 and 4.1)
and libpcre3 (tested with 8.12 and 8.30).
-[![Build Status](https://travis-ci.org/mikhirev/make_pcre.svg)](https://travis-ci.org/mikhirev/make\_pcre)
+[![Build Status](https://img.shields.io/travis/mikhirev/make_pcre.svg)](https://travis-ci.org/mikhirev/make\_pcre)[![Coverage Status](https://img.shields.io/coveralls/mikhirev/make_pcre.svg)](https://coveralls.io/r/mikhirev/make\_pcre?branch=master)
Installation
============