From 9aaee0a9517e368a6d45becc92debdfb8e4d566e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Oct 2017 15:55:28 +0200 Subject: [PATCH] Met coverage enabled this time. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbe4a25463..6ebcaf9a39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - mkdir -p build/logs script: - - phpunit -c phpunit.xml + - phpunit -c phpunit.coverage.xml after_success: - travis_retry php vendor/bin/coveralls -x storage/build/clover.xml