changed svg to png file format

This commit is contained in:
Justine Arreche 2014-12-11 19:10:38 +01:00
parent edcdb61e31
commit b8f8383a5e

View File

@ -87,7 +87,7 @@ $.extend Travis,
code_climate_url: $('meta[name="travis.code_climate_url"]').attr('value')
caches_enabled: $('meta[name="travis.caches_enabled"]').attr('value') == 'true'
show_repos_hint: 'private'
avatar_default_url: 'https://travis-ci.org/images/ui/default-avatar.svg'
avatar_default_url: 'https://travis-ci.org/images/ui/default-avatar.png'
pusher_log_fallback: $('meta[name="travis.pusher_log_fallback"]').attr('value') == 'true'
CONFIG_KEYS_MAP: {