adding image status of travis

This commit is contained in:
Florent 2013-05-16 09:19:02 +02:00
parent 8704fd1006
commit 4c83011c1b
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,4 @@ php:
branches:
only:
- travis
- master

View File

@ -1,5 +1,7 @@
# design patterns in PHP #
[![Build Status](https://travis-ci.org/Trismegiste/DesignPatternsPHP.png?branch=master)](https://travis-ci.org/Trismegiste/DesignPatternsPHP)
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a
small list of examples (most of them from Zend Framework or Doctrine2 as I'm most familiar with this software).