From 73e1f34257d901f50fd13623b4bfe35921be7ceb Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 18:43:48 +1000 Subject: [PATCH] Don't waste time with Code Climate Test Reporter anymore. Removed. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b051cb54..e814eda5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,6 @@ before_install: - ./update-deps-linux - ./dev-update-travis install: true -before_script: - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - - chmod +x ./cc-test-reporter - - ./cc-test-reporter before-build script: ./run-linux-tests -after_script: - - ls - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: mariadb: '10.0' \ No newline at end of file