Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao committed Oct 23, 2017
1 parent 44f2006 commit 81722bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# probot-app-migrations

[![build status][build-badge]][build-href]
[![dependencies status][deps-badge]][deps-href]
[![npm version][npm-badge]][npm-href]

> a GitHub App built with [probot](https://github.com/probot/probot) that enforces the creation of migration guides
## Setup
Expand All @@ -13,3 +17,10 @@ npm start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.

[build-badge]: https://travis-ci.org/uber-web/probot-app-migrations.svg?branch=master
[build-href]: https://travis-ci.org/uber-web/probot-app-migrations
[deps-badge]: https://david-dm.org/uber-web/probot-app-migrations.svg
[deps-href]: https://david-dm.org/uber-web/probot-app-migrations
[npm-badge]: https://badge.fury.io/js/probot-app-migrations.svg
[npm-href]: https://www.npmjs.com/package/probot-app-migrations

0 comments on commit 81722bf

Please sign in to comment.