From 4c83011c1bf1a8b5207b67a1e72b1b628981043f Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 16 May 2013 09:19:02 +0200 Subject: [PATCH] adding image status of travis --- .travis.yml | 2 +- README.markdown | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 563ae95..b74069f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ php: branches: only: - - travis + - master diff --git a/README.markdown b/README.markdown index 2c98e30..9d7910d 100644 --- a/README.markdown +++ b/README.markdown @@ -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).