Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Adds Travis and Coverall badges to README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Nov 3, 2014
1 parent 87f705f commit df57366
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# PHP Base - Base for all classes in Potherca Projects

[![Project Stage Badge: Experimental]][Project Stage Page]
[![Build Status Badge]][Travis-CI Page]
[![Coverage Status Badge]][Coveralls Page]
[![License Badge]][GPL3+]


## General Concept

This repository contains some classes that are needed for an experiment one
Expand Down Expand Up @@ -82,9 +85,16 @@ Extending classes may not, themselves, contain Data or Logic.
[GPLv3 License][GPL3+] – Created by [Potherca]


[Composition over Inheritance]: http://c2.com/cgi/wiki?CompositionInsteadOfInheritance

[GPL3+]: ./LICENSE
[Potherca]: http://pother.ca/
[Project Stage Page]: http://bl.ocks.org/potherca/a2ae67caa3863a299ba0

[Build Status Badge]: https://travis-ci.org/potherca/PhpBase.svg
[Coverage Status Badge]: https://img.shields.io/coveralls/potherca/PhpBase.svg
[License Badge]: https://img.shields.io/badge/License-GPL3%2B-lightgray.svg
[Project Stage Badge: Experimental]: http://img.shields.io/badge/Project%20Stage-Experimental-yellow.svg
[Composition over Inheritance]: http://c2.com/cgi/wiki?CompositionInsteadOfInheritance

[Coveralls Page]: https://coveralls.io/r/potherca/PhpBase
[Project Stage Page]: http://bl.ocks.org/potherca/a2ae67caa3863a299ba0
[Travis-CI Page]: https://travis-ci.org/potherca/PhpBase

0 comments on commit df57366

Please sign in to comment.