Switch build status image URL to SVG.

This commit is contained in:
Mathias Meyer 2014-03-20 07:25:05 +01:00
parent f96816f62c
commit 641199cf7d

View File

@ -21,7 +21,7 @@
"https://github.com/#{slug}/settings/hooks#travis_minibucket"
statusImage: (slug, branch) ->
"#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else ''
"#{location.protocol}//#{location.host}/#{slug}.svg" + if branch then "?branch=#{branch}" else ''
email: (email) ->
"mailto:#{email}"