Remove coveralls integration

Does break to often on CI, does not make any sense ot have that noise in
the logs all the time. mutcov.io to the rescue ;)
This commit is contained in:
Markus Schirp 2014-05-11 16:09:17 +00:00
parent 61b06e86d1
commit 70796d176c

View file

@ -2,11 +2,9 @@
if ENV['COVERAGE'] == 'true'
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start do