start simplecov only with travis

This commit is contained in:
Georg Kahest 2017-04-10 23:47:33 +03:00
parent 7a56d74f91
commit 40246bf081
3 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,8 @@
require 'webmock/rspec'
require 'simplecov'
SimpleCov.start
if ENV['TRAVIS']
require 'simplecov'
SimpleCov.start
end
RSpec.configure do |config|