Skip to content

Commit

Permalink
add travis and coveralls badges and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Oct 14, 2015
1 parent b9acc37 commit 7c683df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## pixelmatch

[![Build Status](https://travis-ci.org/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.org/mapbox/pixelmatch)
[![Coverage Status](https://coveralls.io/repos/mapbox/pixelmatch/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/pixelmatch?branch=master)

The smallest, simplest and fastest JavaScript pixel-level image comparison library,
primarily designed to be used in regression tests that compare screenshots.

Expand Down Expand Up @@ -50,3 +53,9 @@ To build a browser-compatible version, clone the repository locally, then run:
npm install -g browserify
browserify -s pixelmatch index.js > pixelmatch.js
```

### Changelog

#### 1.0.0 (Oct 14, 2015)

- Initial release.

0 comments on commit 7c683df

Please # to comment.