hm, also check for the build here, obviously
This commit is contained in:
parent
056f20ddfe
commit
7cd5899eba
|
@ -12,7 +12,7 @@ Travis.RepoController = Travis.Controller.extend
|
||||||
if build = @get('build')
|
if build = @get('build')
|
||||||
build.updateTimes()
|
build.updateTimes()
|
||||||
|
|
||||||
if jobs = build.get('jobs')
|
if build && jobs = build.get('jobs')
|
||||||
jobs.forEach (j) -> j.updateTimes()
|
jobs.forEach (j) -> j.updateTimes()
|
||||||
|
|
||||||
Ember.run.later(@updateTimes.bind(this), Travis.INTERVALS.updateTimes)
|
Ember.run.later(@updateTimes.bind(this), Travis.INTERVALS.updateTimes)
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
5b686eb4
|
9cec2fc6
|
Loading…
Reference in New Issue
Block a user