aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-23 02:43:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-23 02:43:34 +0000
commita3f4fcb45cf22690f075dbff4d05c61c3a22418c (patch)
treea2ad469138909481813a68bc9f0203325aa0a4d3
parentba5a40fe7d97a24af49ce4b2f9bf397187e05ff7 (diff)
downloadruby-a3f4fcb45cf22690f075dbff4d05c61c3a22418c.tar.gz
Use SVG Travis badge over PNG
* README.md: Use SVG Travis badge over PNG for better quality and devise support. [Fix GH-1214] [Fix GH-1216] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8962a1eeb..03381069db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 23 11:42:43 2016 Peter Suschlik <ps@neopoly.de>
+
+ * README.md: Use SVG Travis badge over PNG for better quality and
+ devise support. [Fix GH-1214] [Fix GH-1216]
+
Sat Jan 23 11:29:16 2016 Pascal Betz <pascal.betz@simplificator.com>
* lib/csv.rb: Update documentation of CSV header converter for
diff --git a/README.md b/README.md
index 7983cdc48a..c19b54ffcf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/ruby/ruby.png)](https://travis-ci.org/ruby/ruby)
+[![Build Status](https://travis-ci.org/ruby/ruby.svg)](https://travis-ci.org/ruby/ruby)
[![Build status](https://ci.appveyor.com/api/projects/status/0sy8rrxut4o0k960/branch/trunk?svg=true)](https://ci.appveyor.com/project/ruby/ruby/branch/trunk)
# What's Ruby