No need to use vnd extensions if version is already given
This commit is contained in:
parent
554c8621e3
commit
a529231f1f
|
@ -36,7 +36,7 @@ require 'travis/model'
|
||||||
|
|
||||||
Travis.Log.Request = Em.Object.extend
|
Travis.Log.Request = Em.Object.extend
|
||||||
HEADERS:
|
HEADERS:
|
||||||
accept: 'application/vnd.travis-ci.2+json; chunked=true; version=2, text/plain; version=2'
|
accept: 'application/json; chunked=true; version=2, text/plain; version=2'
|
||||||
|
|
||||||
run: ->
|
run: ->
|
||||||
Travis.ajax.ajax "/jobs/#{@id}/log?cors_hax=true", 'GET',
|
Travis.ajax.ajax "/jobs/#{@id}/log?cors_hax=true", 'GET',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user