Skip to content

Commit 79f64d7

Browse files
committed
Add simplecov and coveralls to Gemfile because Ruby 2.5 seems to need it on Travis CI.
1 parent da1830f commit 79f64d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ end
5252
group :test do
5353
gem 'equivalent-xml'
5454
gem 'rake'
55+
gem 'simplecov', '~> 0.16', platforms: :mri
56+
gem 'coveralls', '~> 0.8', '>= 0.8.23', platforms: :mri
5557
end

0 commit comments

Comments
 (0)