From 533b6ca105db83ffb6ec4aee638d31bb24c29913 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 15 Aug 2016 20:43:44 -0400 Subject: [PATCH] added circleci badge to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85a45f0..dfde38b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -## Integration test projects for Spring Cloud +## Integration test projects for Spring Cloud +[![CircleCI](https://circleci.com/gh/spring-cloud-samples/tests.svg?style=svg)](https://circleci.com/gh/spring-cloud-samples/tests) Not necessarily full demo or sample apps, but each one implementing a single scenario or small set of scenarios. Very useful for testing classpath combinations (e.g. making sure that optional depednencies really are optional).