From 7192f6724691cabbe5d3689267bb3ad6049f2943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 23 Nov 2019 20:23:07 +0100 Subject: [PATCH] Dont collect coverage data to fix TravisCI TODO: Find a better solution. --- .travis.yml | 3 ++- phpunit.xml.dist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff0448ca..21cf95c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,8 @@ install: - mysql -e "SET GLOBAL FOREIGN_KEY_CHECKS=1;" script: - - php bin/phpunit --coverage-clover=coverage.xml + #- php bin/phpunit --coverage-clover=coverage.xml + - php bin/phpunit # Perform some simple linting if everything is correct - ./bin/console lint:yaml config --parse-tags - ./bin/console lint:twig templates --env=prod diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 10af8b94..9cc17b6e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -31,5 +31,6 @@ +