Skip to content

Commit

Permalink
Adding Travis badge
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
weotch committed Jun 27, 2013
1 parent b515db4 commit 97611bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can pass a hash of options to tweak the output:

katamari('0.02km', 'default', {precision: 3, output: 'object'}); // {value: 2.857, unit: "elephant", pluralled: "elephants"}

## Installation
## Installation [![Build Status](https://travis-ci.org/BKWLD/katamari.png?branch=master)](https://travis-ci.org/BKWLD/katamari)

Grab [dist/katamari.js](https://raw.github.com/BKWLD/katamari/master/dist/katamari.js) or [dist/katamari.min.js](https://raw.github.com/BKWLD/katamari/master/dist/katamari.min.js) from the repo.

Expand Down

0 comments on commit 97611bc

Please sign in to comment.