Remove coveralls

This commit is contained in:
Erik Michaels-Ober 2017-01-17 08:54:16 -08:00
parent e919068ec5
commit 19f582c243
2 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@ group :development do
end
group :test do
gem 'coveralls'
gem 'hashie', '~> 2.0.5', :platforms => [:jruby_18, :ruby_18]
gem 'json', '~> 1.8', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19]
gem 'mime-types', '~> 1.25', :platforms => [:jruby_18, :ruby_18]

View File

@ -1,8 +1,5 @@
if RUBY_VERSION >= '1.9'
require 'simplecov'
require 'coveralls'
SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
SimpleCov.start do
add_filter '/spec/'