alias Travis.run to Travis.advanceReadiness
This commit is contained in:
parent
dbac2f8458
commit
75c60aa3d6
|
@ -75,6 +75,9 @@ window.Travis = Em.Application.extend(Ember.Evented,
|
||||||
Travis.deferReadiness()
|
Travis.deferReadiness()
|
||||||
|
|
||||||
$.extend Travis,
|
$.extend Travis,
|
||||||
|
run:
|
||||||
|
Travis.advanceReadiness() # bc, remove once merged to master
|
||||||
|
|
||||||
config:
|
config:
|
||||||
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href')
|
api_endpoint: $('meta[rel="travis.api_endpoint"]').attr('href')
|
||||||
pusher_key: $('meta[name="travis.pusher_key"]').attr('value')
|
pusher_key: $('meta[name="travis.pusher_key"]').attr('value')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user