From c42af97ec3f56fe8c35cf863356575a480947e8d Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 14:18:36 +1000 Subject: [PATCH] Let's try a slightly different approach to try to get CC to work --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4b849a3..05162db8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,12 +19,9 @@ 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 - - go get github.com/axw/gocov/gocov - ./cc-test-reporter before-build script: ./run-linux-tests after_script: - - gocov test -coverprofile=out - - ./cc-test-reporter format-coverage --input-type gocov out - - ./cc-test-reporter upload-coverage + - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: mariadb: '10.0' \ No newline at end of file