summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-04-18 11:27:18 +0100
committerLee Jarvis <ljjarvis@gmail.com>2015-04-18 11:27:18 +0100
commit4078a1bcfa731fe0f15e3e7d2d4bcf0ac312d435 (patch)
tree2ddde9fd3120c3d665ee325ceaea192b7963340d /README.md
parentcb79b28ed176252fc2eab01dbe18f0fb8acb2e6e (diff)
downloadslop-4078a1bcfa731fe0f15e3e7d2d4bcf0ac312d435.tar.gz
Update travis image
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5338dc..a71d4b4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Slop is a simple option parser with an easy to remember syntax and friendly API.
Version 4 of Slop is aimed at Ruby 2.0 or later. Please use
[Version 3](https://github.com/leejarvis/slop/tree/v3) for Ruby 1.9 support.
-[![Build Status](https://travis-ci.org/leejarvis/slop.png?branch=master)](http://travis-ci.org/leejarvis/slop)
+[![Build Status](https://travis-ci.org/leejarvis/slop.svg?branch=master)](http://travis-ci.org/leejarvis/slop)
Installation
------------