diff options
author | Dmitry Mikhirev | 2014-12-19 00:21:19 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-12-19 00:21:19 +0300 |
commit | cf3f1e20a72b157929acd13e499d4d9014a8ddc1 (patch) | |
tree | ff0c331604e3192776927f994bda3f75b68c81c2 | |
parent | f61de6e8977e8d87a32c59df0fe6b7fedab7c6b9 (diff) | |
download | make_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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ============ |