summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-22 18:00:23 -0400
committerGitHub <noreply@github.com>2016-10-22 18:00:23 -0400
commit0156967f4cfdcd94abe8da20dd926825ea0d9195 (patch)
treec7f90ce339910b05eaa1928815f74dde1d711dd5
parent31fbae597f3a857c0ef970cffa68eb14be838f77 (diff)
parent3238707b0b73a80b912b7900e02ec15a9aa7ca02 (diff)
Merge pull request #192 from SimenB/patch-1
Use svg for travis badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e38f225..607767eb 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Silver Searcher (an `ack` clone) with the raw speed of GNU grep. `ripgrep` has
first class support on Windows, Mac and Linux, with binary downloads available
for [every release](https://github.com/BurntSushi/ripgrep/releases).
-[![Linux build status](https://api.travis-ci.org/BurntSushi/ripgrep.png)](https://travis-ci.org/BurntSushi/ripgrep)
+[![Linux build status](https://travis-ci.org/BurntSushi/ripgrep.svg?branch=master)](https://travis-ci.org/BurntSushi/ripgrep)
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/ripgrep?svg=true)](https://ci.appveyor.com/project/BurntSushi/ripgrep)
[![](https://img.shields.io/crates/v/ripgrep.svg)](https://crates.io/crates/ripgrep)