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.