diff options
author | Tim Moore <tmoore@incrementalism.net> | 2014-01-02 16:12:29 +1100 |
---|---|---|
committer | Tim Moore <tmoore@incrementalism.net> | 2014-01-02 16:12:29 +1100 |
commit | d3d95adad430c9cda1385dc376ccb64aa4002827 (patch) | |
tree | 2273572a9b490a6c2459c00703fc889bdd8fc0df /README.md | |
parent | 0d7945338909d75673a3755cdc4743dfd022af56 (diff) | |
download | bundler-d3d95adad430c9cda1385dc376ccb64aa4002827.tar.gz |
Change build badge to the master branch.
Also change the hostname to what's recommended in http://about.travis-ci.org/docs/user/status-images/ (they all redirect to the same place, but this is cleaner).
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [![Code Climate](https://codeclimate.com/github/bundler/bundler.png)](https://codeclimate.com/github/bundler/bundler) -[![Build Status](https://secure.travis-ci.org/bundler/bundler.png?branch=1-3-stable)](http://travis-ci.org/bundler/bundler) +[![Build Status](https://travis-ci.org/bundler/bundler.png?branch=master)](http://travis-ci.org/bundler/bundler) <a href="http://badge.fury.io/rb/bundler"><img src="https://badge.fury.io/rb/bundler@2x.png" alt="Gem Version" height="18"></a> # Bundler: a gem to bundle gems |