Skip to content

Commit

Permalink
use simplecov ~> 0.7 to fix exit codes on build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 7, 2014
1 parent 7acfc8c commit 4e49c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ source 'https://rubygems.org'
gemspec path: File.expand_path('..', __FILE__)


gem 'simplecov', require: false
# Peg simplecov to < 0.8 until this is resolved:
# https://github.com/colszowka/simplecov/issues/281
gem 'simplecov', '~> 0.7.1', require: false
gem 'coveralls', require: false

gem 'engine_cart', '~> 0.3.0'
Expand Down

0 comments on commit 4e49c67

Please sign in to comment.