From c93cafb490844f44fd183e974817a4efb8e3066d Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Mon, 22 Jun 2020 23:20:27 -0400 Subject: Finalize 1.4 release - Use GitHub Actions - Exclude windows code from non-windows tests - Exclude unsupported windows tests and allow windows failures for now because of line-ending differences - Remove Travis configuration --- spec/spec_helper.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e566d0e..4286129 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -4,10 +4,7 @@ require 'rubygems' require 'pathname' require 'psych' -if ENV['COVERALLS'] - require 'coveralls' - Coveralls.wear! -elsif ENV['COVERAGE'] +if ENV['COVERAGE'] require 'simplecov' def require_do(resource) -- cgit v1.2.1