10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
|
|
||
|
SimpleCov.start do
|
||
|
add_filter "/spec/"
|
||
|
end
|
||
|
|
||
|
if ENV['TRAVIS']
|
||
|
require 'coveralls'
|
||
|
Coveralls.wear!
|
||
|
end
|