From 35dd07ec125dd99fa7d6d1bfd337f57b77077fa8 Mon Sep 17 00:00:00 2001 From: Keith Kirk Date: Fri, 3 Oct 2014 18:52:26 +0000 Subject: [PATCH] add travis badge, update version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3bb1f0..fdeba07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Keen IO Symfony2 Bundle ======================= +[![Build Status](https://travis-ci.org/keenlabs/KeenClient-PHP-SF2.svg)](https://travis-ci.org/keenlabs/KeenClient-PHP-SF2) + ###Overview The Keen IO Symfony2 Bundle allows you to quickly and easily use the [Keen IO PHP Client](https://github.com/keenlabs/KeenClient-PHP) in your Symfony 2 applications. @@ -14,7 +16,7 @@ The best method of installation is through the use of composer. ```json { "require": { - "keen-io/keen-io-bundle": "~1.0" + "keen-io/keen-io-bundle": "~1.1" } } ```