Skip to content

Commit

Permalink
Add travis build status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey O'Hara committed Aug 25, 2012
1 parent c0d4197 commit 7003d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

retina.js makes it easy to serve high-resolution images to devices with retina displays

## Build Status

[![Build Status](https://secure.travis-ci.org/imulus/retinajs.png?branch=master)](http://travis-ci.org/imulus/retinajs)

## How it works

When your users load a page, retina.js checks each image on the page to see if there is a high-resolution version of that image on your server. If a high-resolution variant exists, the script will swap in that image in-place.
Expand Down

0 comments on commit 7003d34

Please sign in to comment.