Skip to content

Commit

Permalink
badges: adjust to use master
Browse files Browse the repository at this point in the history
This should avoid Travis or AppVeyor picking up pull request merges
for the badge display in README.

[skip ci]
  • Loading branch information
luislavena committed Apr 23, 2016
1 parent 2f42005 commit 3728de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
A RubyGems plugin that generates binary (pre-compiled) gems.

[![Gem Version](https://img.shields.io/gem/v/gem-compiler.svg)](https://rubygems.org/gems/gem-compiler)
[![Travis status](https://img.shields.io/travis/luislavena/gem-compiler.svg)](https://travis-ci.org/luislavena/gem-compiler)
[![AppVeyor status](https://img.shields.io/appveyor/ci/luislavena/gem-compiler.svg)](https://ci.appveyor.com/project/luislavena/gem-compiler)
[![Travis status](https://img.shields.io/travis/luislavena/gem-compiler/master.svg)](https://travis-ci.org/luislavena/gem-compiler)
[![AppVeyor status](https://img.shields.io/appveyor/ci/luislavena/gem-compiler/master.svg)](https://ci.appveyor.com/project/luislavena/gem-compiler)
[![Code Climate](https://img.shields.io/codeclimate/github/luislavena/gem-compiler.svg)](https://codeclimate.com/github/luislavena/gem-compiler)

- [home](https://github.com/luislavena/gem-compiler)
Expand Down

0 comments on commit 3728de2

Please sign in to comment.