Add cc.xml status url.
This commit is contained in:
parent
dfdc392690
commit
cf82a50268
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -16,7 +16,8 @@ Travis.StatusImagesView = Em.View.extend
|
|||
'RDOC',
|
||||
'AsciiDoc',
|
||||
'Rst',
|
||||
'POD'
|
||||
'POD',
|
||||
'cc.xml'
|
||||
]
|
||||
|
||||
didInsertElement: ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user