comment out push code

This commit is contained in:
Justine Arreche 2014-12-11 19:31:05 +01:00
parent b8f8383a5e
commit 2d5643f392

View File

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