From d0e7b1c98201b439761108585ae755fd523d67b2 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 19:06:57 +1000 Subject: [PATCH] Apparently, it worked even though it spat out an error /shrug --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5680bb8d..b051cb54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +env: + global: + - CC_TEST_REPORTER_ID=38ad11f95f28b1d33c9c31467f9eb5eb4e336e4e0e36046c86a4f7ff6e4c3977 language: go go: - "1.10" @@ -11,6 +14,13 @@ 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