From a54ca049c38365749c604ee6791c6a2d31af033b Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Thu, 16 May 2013 18:01:55 -0400 Subject: [PATCH] Add Travis CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa3d9b1..98e6e17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ TransitionKit ============= +[![Build Status](https://travis-ci.org/blakewatters/TransitionKit.png?branch=master,development)](https://travis-ci.org/blakewatters/TransitionKit) + **A simple, elegantly designed block based API for implementing State Machines in Objective-C** TransitionKit is a small Cocoa library that provides an API for implementing a state machine in Objective C. It is full-featured, completely documented, and very thoroughly unit tested. State machines are a great way to manage complexity in your application and TransitionKit provides you with a great way to take advantage of a state machine in your next iOS or Mac OS X application.