From 6cb8fe3787e03555156f98c64fe13365fd20303c Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 25 Feb 2021 01:51:55 -0800 Subject: [PATCH] Comment out all codeclimate references --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index f33b6c3b..d725ca97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,19 +26,19 @@ notifications: on_failure: change before_script: # install CodeClimate test reporter and tell it we are starting a test run - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR - - chmod +x $CCTR - - $CCTR before-build + # - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR + # - chmod +x $CCTR + # - $CCTR before-build - RAILS_ENV=test bundle exec rake db:bootstrap --trace - RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update script: - "./travis_script.sh $TEST_SUITE" # TODO Get this working. # - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json -after_script: - # combine coverage from all suites, and upload to CodeClimate - - $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage - - $CCTR after-build --exit-code $TRAVIS_TEST_RESULT +# after_script: + # combine coverage from all suites, and upload3 to CodeClimate + # - $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage + # - $CCTR after-build --exit-code $TRAVIS_TEST_RESULT env: global: