Switch build status image URL to SVG.
This commit is contained in:
parent
f96816f62c
commit
641199cf7d
|
@ -21,7 +21,7 @@
|
||||||
"https://github.com/#{slug}/settings/hooks#travis_minibucket"
|
"https://github.com/#{slug}/settings/hooks#travis_minibucket"
|
||||||
|
|
||||||
statusImage: (slug, branch) ->
|
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) ->
|
email: (email) ->
|
||||||
"mailto:#{email}"
|
"mailto:#{email}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user