Add cc.xml status url.

This commit is contained in:
Josef Šimánek 2014-05-12 02:27:51 +02:00
parent dfdc392690
commit cf82a50268
2 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,7 @@
when 'AsciiDoc' then @asciidocStatusImage()
when 'Rst' then @rstStatusImage()
when 'POD' then @podStatusImage()
when 'cc.xml' then @ccxmlStatusUrl()
urlRepo: (->
"https://#{location.host}/#{@slug}"
@ -48,3 +49,7 @@
podStatusImage: (->
"=for HTML <a href=\"#{@url}\"><img src=\"#{@statusImageUrl()}\"></a>"
)
ccxmlStatusUrl: (->
"#{Travis.config.api_endpoint}/repos/#{@slug}/cc.xml"
)

View File

@ -16,7 +16,8 @@ Travis.StatusImagesView = Em.View.extend
'RDOC',
'AsciiDoc',
'Rst',
'POD'
'POD',
'cc.xml'
]
didInsertElement: ->