Bump travis-core
This commit is contained in:
parent
24577ab03a
commit
10b17e6e06
|
@ -31,7 +31,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-core.git
|
remote: git://github.com/travis-ci/travis-core.git
|
||||||
revision: 0b939751455e48fdfbe4618898774030a9bed839
|
revision: d974636561d51842b53c9430b6732edcb0939c22
|
||||||
specs:
|
specs:
|
||||||
travis-core (0.0.1)
|
travis-core (0.0.1)
|
||||||
actionmailer (~> 3.2.12)
|
actionmailer (~> 3.2.12)
|
||||||
|
@ -145,7 +145,7 @@ GEM
|
||||||
foreman (0.63.0)
|
foreman (0.63.0)
|
||||||
dotenv (>= 0.7)
|
dotenv (>= 0.7)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
gh (0.11.3)
|
gh (0.12.2)
|
||||||
addressable
|
addressable
|
||||||
backports
|
backports
|
||||||
faraday (~> 0.8)
|
faraday (~> 0.8)
|
||||||
|
@ -174,7 +174,7 @@ GEM
|
||||||
atomic (~> 1.0)
|
atomic (~> 1.0)
|
||||||
avl_tree (~> 1.1.2)
|
avl_tree (~> 1.1.2)
|
||||||
hitimes (~> 1.1)
|
hitimes (~> 1.1)
|
||||||
mime-types (1.24)
|
mime-types (1.25)
|
||||||
mocha (0.14.0)
|
mocha (0.14.0)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
multi_json (1.7.9)
|
multi_json (1.7.9)
|
||||||
|
|
|
@ -9,7 +9,7 @@ require 'core_ext/module/load_constants'
|
||||||
|
|
||||||
models = Travis::Model.constants.map(&:to_s)
|
models = Travis::Model.constants.map(&:to_s)
|
||||||
only = [/^(ActiveRecord|ActiveModel|Travis|GH|#{models.join('|')})/]
|
only = [/^(ActiveRecord|ActiveModel|Travis|GH|#{models.join('|')})/]
|
||||||
skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::NewRelic', 'Travis::Helpers::Legacy']
|
skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::NewRelic', 'Travis::Helpers::Legacy', 'GH::FaradayAdapter::EMSynchrony']
|
||||||
|
|
||||||
[Travis::Api, Travis, GH].each do |target|
|
[Travis::Api, Travis, GH].each do |target|
|
||||||
target.load_constants! :only => only, :skip => skip, :debug => false
|
target.load_constants! :only => only, :skip => skip, :debug => false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user