From 601bd6bb98173eb7105e1633ca409fbbb24c584a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 30 Aug 2014 16:15:26 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5114fb7da..ecdceeb92 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ #Design pattern samples in Java. +## Build status: + +![Build status](https://travis-ci.org/iluwatar/java-design-patterns.svg?branch=master) + ##Abstract Factory **Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.