Move simplecov_custom_profile to test/ & gate with TRAVIS env
This commit is contained in:
parent
e4b1382bfd
commit
fbe52bca85
|
@ -1,8 +1,10 @@
|
|||
require 'simplecov_custom_profile'
|
||||
unless ENV['TRAVIS']
|
||||
require File.expand_path('../simplecov_custom_profile', __FILE__)
|
||||
SimpleCov.start('gem') do
|
||||
add_filter "/vendor/bundle"
|
||||
add_filter "/vendor/gem"
|
||||
end
|
||||
end
|
||||
|
||||
require 'rubygems'
|
||||
require 'ostruct'
|
||||
|
|
Loading…
Reference in New Issue