From 8cfb494deae9420e7783fed5b05d1553344b3aea Mon Sep 17 00:00:00 2001 From: Matt Roberts Date: Wed, 25 Feb 2015 06:17:30 +0000 Subject: [PATCH] Fixed build status. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d056da..d870bb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/mattroberts297/slf4s.png?branch=master)](https://travis-ci.org/mattroberts297/slf4s) +[![Build Status](https://travis-ci.org/mattroberts297/slf4s.png?branch=2.11)](https://travis-ci.org/mattroberts297/slf4s) # About A Simple Logging Facade for Scala (SLF4S) built on top of SLF4J.