Skip to content
Snippets Groups Projects
Unverified Commit e2508cd8 authored by Rémy Coutable's avatar Rémy Coutable Committed by GitHub
Browse files

Merge pull request #933 from guard/remove-codeclimate-test-reporter

Remove codeclimate-test-reporter from Gemfile
parents 7bc081a0 f504e715
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,6 @@ env:
- JRUBY_OPTS="--debug"
script:
- bundle exec rake
- bundle exec codeclimate-test-reporter
bundler_args: --without development
cache: bundler
addons:
Loading
Loading
Loading
Loading
@@ -40,7 +40,6 @@ group :test do
gem "guard-rspec", require: false
 
gem "aruba", "~> 0.9", require: false
gem "codeclimate-test-reporter", require: nil
gem "notiffany", ">= 0.0.6", require: false
gem "rspec", ">= 3.0.0", require: false
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment