From 5a3565d1b3979ffe3fa46eef5ac35d0943368639 Mon Sep 17 00:00:00 2001 From: mploed Date: Wed, 31 Oct 2018 11:20:04 +0100 Subject: [PATCH] Added travis-ci build icon to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f08298b..ba17333 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # ddd-with-spring +
+ +[![Build Status](https://travis-ci.org/mploed/ddd-with-spring.svg?branch=master)](https://travis-ci.org/mploed/ddd-with-spring) + +
+ This repository aims at showcasing a way how you could implement various aspects from Domain-driven Design with the Spring ecosystem. It is also the demo project for my conference talk "Implementing Domain-driven Design with the Spring ecosystem".