Switched to shields.io badges, for consistency and to add the [docs|online] badge.

This commit is contained in:
Georges Dupéron 2016-01-21 12:42:36 +01:00
parent e0cbf4752f
commit f3941c4f5b
2 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,10 @@
[![Build Status](https://travis-ci.org/jsmaniac/phc.png?branch=master)](https://travis-ci.org/jsmaniac/phc)
[![Coverage Status](https://coveralls.io/repos/jsmaniac/phc/badge.svg?branch=master&service=github)](https://coveralls.io/github/jsmaniac/phc?branch=master)
[![Build Status](https://img.shields.io/travis/jsmaniac/phc.svg)](https://travis-ci.org/jsmaniac/phc)
[![Coverage Status](https://img.shields.io/coveralls/jsmaniac/phc)](https://coveralls.io/github/jsmaniac/phc)
[![Online Documentation](https://img.shields.io/badge/docs-online-brightgreen.svg)](http://jsmaniac.github.io/phc/)
This project is written in Racket using Literate Programming. See the
[online documentation](http://jsmaniac.github.io/phc/) if you want to dig into
the source.
How to build this project
=========================

View File

@ -5,11 +5,10 @@
@title[#:style manual-doc-style]{Ph.C}
@hyperlink["https://travis-ci.org/jsmaniac/phc"]{
@remote-image["https://travis-ci.org/jsmaniac/phc.png?branch=master"]{
@remote-image["https://img.shields.io/travis/jsmaniac/phc.svg"]{
Build Status}}
@hyperlink["https://coveralls.io/github/jsmaniac/phc?branch=master"]{
@remote-image[(string-append "https://coveralls.io/repos/github/jsmaniac/phc/"
"badge.svg?branch=master")]{
@remote-image["https://img.shields.io/coveralls/jsmaniac/phc.svg")]{
Coverage Status}}
@;@(table-of-contents)