Skip to content

Commit

Permalink
docs: add circleci badge to readme (#9364)
Browse files Browse the repository at this point in the history
This _huge_ PR adds a circleci badge to the readme, rather than Travis--which we no longer use.
  • Loading branch information
DSchau authored and pieh committed Oct 24, 2018
1 parent 62cacbb commit 6dce54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@
<a href="https://github.com/gatsbyjs/gatsby/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Gatsby is released under the MIT license." />
</a>
<a href="https://travis-ci.org/gatsbyjs/gatsby">
<img src="https://travis-ci.org/gatsbyjs/gatsby.svg?branch=master" alt="Current TravisCI build status." />
<a href="https://circleci.com/gh/gatsbyjs/gatsby">
<img src="https://circleci.com/gh/gatsbyjs/gatsby.svg?style=shield" alt="Current CircleCI build status." />
</a>
<a href="https://www.npmjs.org/package/gatsby">
<img src="https://img.shields.io/npm/v/gatsby.svg" alt="Current npm package version." />
Expand Down

0 comments on commit 6dce54a

Please sign in to comment.