Skip to content

Commit

Permalink
Add Travis CI badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed May 16, 2013
1 parent 82771be commit a54ca04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a54ca04

Please sign in to comment.