11 lines
139 B
CoffeeScript
11 lines
139 B
CoffeeScript
safe = Travis.Helpers.safe
|
|
|
|
fn = (state) ->
|
|
if state == 'received'
|
|
'booting'
|
|
else
|
|
state
|
|
|
|
|
|
Travis.Handlebars.humanizeState = fn
|