specify the config
This commit is contained in:
parent
d39efedd25
commit
e10460c0de
|
@ -16,7 +16,7 @@ skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'G
|
|||
end
|
||||
|
||||
require 'newrelic_rpm'
|
||||
::NewRelic::Agent.manual_start()
|
||||
::NewRelic::Agent.after_fork(:force_reconnect => true)
|
||||
::NewRelic::Agent.manual_start(config_path: 'config/newrelic.yml')
|
||||
::NewRelic::Agent.after_fork(force_reconnect: true)
|
||||
|
||||
run Travis::Api::App.new
|
||||
|
|
Loading…
Reference in New Issue
Block a user