Skip to content

Commit

Permalink
Merge pull request #1237 from olivierlacan/patch-1
Browse files Browse the repository at this point in the history
Use SVG Travis badge over PNG
  • Loading branch information
kgrz committed Jan 21, 2017
2 parents 9bd0d40 + 8b2d5fa commit 27d36fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Sinatra

[![Build Status](https://secure.travis-ci.org/sinatra/sinatra.png)](http://travis-ci.org/sinatra/sinatra)
[![Build Status](https://secure.travis-ci.org/sinatra/sinatra.svg)](http://travis-ci.org/sinatra/sinatra)

Sinatra is a [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) for
quickly creating web applications in Ruby with minimal effort:
Expand Down

0 comments on commit 27d36fd

Please sign in to comment.