Skip to content

Commit

Permalink
Replace Travis CI badge with Circle CI badge (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r authored and deivid-rodriguez committed Feb 18, 2019
1 parent b8056dc commit 6888e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pry-byebug

[![Version][VersionBadge]][VersionURL]
[![Build][TravisBadge]][TravisURL]
[![Build][CircleCIBadge]][CircleCIURL]
[![Inline docs][InchCIBadge]][InchCIURL]
[![Coverage][CoverageBadge]][CoverageURL]

Expand Down Expand Up @@ -177,8 +177,8 @@ Patches and bug reports are welcome.

[VersionBadge]: https://badge.fury.io/rb/pry-byebug.svg
[VersionURL]: http://badge.fury.io/rb/pry-byebug
[TravisBadge]: https://secure.travis-ci.org/deivid-rodriguez/pry-byebug.svg
[TravisURL]: http://travis-ci.org/deivid-rodriguez/pry-byebug
[CircleCIBadge]: https://circleci.com/gh/deivid-rodriguez/pry-byebug/tree/master.svg?style=shield
[CircleCIURL]: https://circleci.com/gh/deivid-rodriguez/pry-byebug/tree/master
[InchCIBadge]: http://inch-ci.org/github/deivid-rodriguez/pry-byebug.svg?branch=master
[InchCIURL]: http://inch-ci.org/github/deivid-rodriguez/pry-byebug
[CoverageBadge]: https://img.shields.io/codeclimate/coverage/github/deivid-rodriguez/pry-byebug.svg
Expand Down

0 comments on commit 6888e01

Please sign in to comment.