Ensure coverage.xml is generated on Travis

This commit is contained in:
CactusPuppy 2021-03-17 16:14:33 -07:00
parent 0e28b5694a
commit c7482bef1b
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -3,7 +3,7 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
require 'simplecov'
if ENV['GITHUB_ACTIONS']
if ENV['GITHUB_ACTIONS'] || ENV['TRAVIS']
require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
end