Skip to content

Commit

Permalink
Update badges on readme (after circleci switch)
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jan 22, 2019
1 parent 650fa71 commit 8dd17db
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# GraphQL + BookshelfJS

[![Greenkeeper badge](https://badges.greenkeeper.io/brysgo/graphql-bookshelf.svg)](https://greenkeeper.io/)

[![Join the chat at https://gitter.im/brysgo/graphql-bookshelf](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/brysgo/graphql-bookshelf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/brysgo/graphql-bookshelf.svg?branch=master)](https://travis-ci.org/brysgo/graphql-bookshelf)
[![CircleCI][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Greenkeeper badge][greenkeeper-badge]][greenkeeper]

[![peerDependency Status](https://david-dm.org/brysgo/graphql-bookshelf/peer-status.svg)](https://david-dm.org/brysgo/graphql-bookshelf#info=peerDependencies)

Expand Down Expand Up @@ -107,3 +105,13 @@ Another thing this library could help with is optimization. Turing graphql queri
4. Run the tests with `npm test`
5. When they pass, submit a PR


[build-badge]: https://circleci.com/gh/brysgo/graphql-bookshelf.svg?style=shield
[build]: https://circleci.com/gh/brysgo/graphql-bookshelf

[npm-badge]: https://img.shields.io/npm/v/graphql-bookshelf.png?style=flat-square
[npm]: https://www.npmjs.org/package/graphql-bookshelf


[greenkeeper-badge]: https://badges.greenkeeper.io/brysgo/graphql-bookshelf.svg
[greenkeeper]: https://greenkeeper.io/

0 comments on commit 8dd17db

Please sign in to comment.