Update travis-support to sans-newrelic version

This commit is contained in:
Henrik Hodne 2014-07-29 11:30:11 +02:00
parent 192af7b1b7
commit b486dbc18d
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-core.git
revision: 8452c83d62dd7bf94c32e6176fc508af76bc1f4d
revision: 11ceb76e0daea53b734fe69e2eeefc3312430dfd
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.19)
@ -68,7 +68,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-support.git
revision: 507cecf8c8d5638b72d6743a2f7ba5f3d98e3cde
revision: 178e30d2976ce773b9cf8d5ee3c07c19b97bfb55
specs:
travis-support (0.0.1)

View File

@ -9,7 +9,7 @@ require 'core_ext/module/load_constants'
models = Travis::Model.constants.map(&:to_s)
only = [/^(ActiveRecord|ActiveModel|Travis|GH|#{models.join('|')})/]
skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::NewRelic', 'Travis::Helpers::Legacy', 'GH::FaradayAdapter::EMSynchrony']
skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'GH::FaradayAdapter::EMSynchrony']
[Travis::Api, Travis, GH].each do |target|
target.load_constants! :only => only, :skip => skip, :debug => false