summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2020-01-15 12:05:43 +0000
committerBundlerbot <bot@bundler.io>2020-01-15 12:05:43 +0000
commit97250b7a8ef567220f53292250d1bd5186ca3d3f (patch)
tree91c0a1b57df65e5e3c876b14597f5a3b2cec3046
parent4cc9dc992b2fa38c3cd157d5d1eb2396bac57a47 (diff)
parent4c21a54a94d212438fc24fe0ed12fbbc06d0146e (diff)
downloadbundler-97250b7a8ef567220f53292250d1bd5186ca3d3f.tar.gz
Merge #7575
7575: Fix travis-ci badge status r=hsbt a=teitei-tk ### What was the end-user problem that led to this PR? n/a ### What was your diagnosis of the problem? repository was transferred and url changed. ### What is your fix for the problem, implemented in this PR? update badge url for travis-ci in README.md ### Why did you choose this fix out of the possible options? n/a Co-authored-by: teitei-tk <teitei.tk@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd17cd4cdc..9353e3d371 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[![Version ](https://img.shields.io/gem/v/bundler.svg?style=flat)](https://rubygems.org/gems/bundler)
-[![Build Status](https://img.shields.io/travis/bundler/bundler/master.svg?style=flat)](https://travis-ci.org/bundler/bundler)
+[![Build Status](https://img.shields.io/travis/rubygems/bundler/master.svg?style=flat)](https://travis-ci.org/rubygems/bundler)
[![Inline docs ](https://inch-ci.org/github/bundler/bundler.svg?style=flat)](https://inch-ci.org/github/bundler/bundler)
[![Slack ](https://bundler-slackin.herokuapp.com/badge.svg)](https://bundler-slackin.herokuapp.com)