change run! to run

This commit is contained in:
carlad 2016-01-11 15:03:06 +01:00
parent 2d00e16962
commit 0632c3d08f

View File

@ -1,6 +1,6 @@
module Travis::API::V3
class Services::Lint::Lint < Service
def run!
def run
request.body.rewind
content = params[:content] || request.body.read
parsed = Travis::Yaml.parse(content)