Skip to content

Commit

Permalink
add travis badge, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Kirk committed Oct 3, 2014
1 parent ac4179c commit 35dd07e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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"
}
}
```
Expand Down

0 comments on commit 35dd07e

Please sign in to comment.