From 7d2150726ada4dcccedda950a16a019455231816 Mon Sep 17 00:00:00 2001
From: Benedikt <beneritter@gmail.com>
Date: Wed, 23 Mar 2016 11:45:35 +0100
Subject: [PATCH] Add Travis badge to README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5504531..f4d081d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Spring Boot - Maven 3 - CentOS Docker image
 
+[![Build Status](https://travis-ci.org/codecentric/springboot-maven3-centos.svg?branch=master)](https://travis-ci.org/codecentric/springboot-maven3-centos)
+
 This repository contains the sources and [Dockerfile](https://github.com/codecentric/springboot-maven3-centos/blob/master/Dockerfile) of the base image for deploying Spring Boot applications as reproducible Docker images. The resulting images can be run either by [Docker](http://docker.io) or using [S2I](https://github.com/openshift/source-to-image).
 
 This image is heavily inspired by the awesome [openshift/sti-ruby](https://github.com/openshift/sti-ruby/) builder images.
-- 
GitLab