Oh gaaawwd, really fix the dependencies

This commit is contained in:
Piotr Sarnacki 2014-06-26 18:09:28 +02:00
parent 412baaa79c
commit 23035306c7

View File

@ -47,8 +47,8 @@ require 'travis/model'
finishedAt: (->
unless @get('notStarted')
@get('_finishedAt', 'notStarted')
).property('_finishedAt')
@get('_finishedAt')
).property('_finishedAt', 'notStarted')
requiredJobs: (->
@get('jobs').filter (data) -> !data.get('allowFailure')