Fix eventType for the build.

This (somehow) ensures that the job page is properly populated.
This commit is contained in:
Mathias Meyer 2014-12-12 12:18:02 +01:00
parent a2de29baf5
commit 096e9872a6

View File

@ -29,7 +29,7 @@ require 'travis/model'
# TODO add eventType to the api for api build requests
eventType: (->
if @get('pullRequest') then 'pull_request' else 'push'
).property('pull_request')
).property('pullRequest')
isPullRequest: (->
@get('eventType') == 'pull_request' || @get('pullRequest')