From 53873261e66a86862e2b8ccfd9d361941099d60c Mon Sep 17 00:00:00 2001 From: George Steel Date: Wed, 15 Aug 2018 15:40:26 +0100 Subject: [PATCH] Travis config --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39e9ea5..3a9c9ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ php: - 7.1 - 7.2 -install: +before_script: - composer install - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter @@ -24,4 +24,5 @@ after_success: - travis_retry composer upload-coverage after_script: -- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT +- mv build/clover.xml clover.xml +- ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT