From 48638a7889b2819c133f6b8fab6c04645271a62d Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Fri, 30 Mar 2018 08:02:51 -0300 Subject: Remove codeclimate meanwhile --- .travis.yml | 1 - Gemfile | 3 --- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fca9ab7..7c06642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,5 +31,4 @@ matrix: - "gem update --system -N" - "gem update bundler -N" - rvm: 2.5 - script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.4 bundler_args: --without code_quality diff --git a/Gemfile b/Gemfile index cde3bc3..e8d72b7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,9 +7,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in tgem.gemspec gemspec -# Reporting only at one ruby version of travis matrix (no repetition) -gem "codeclimate-test-reporter", group: :test, require: false - platform :ruby do # Running only on MRI gem "simplecov", group: :test -- cgit v1.2.1