From 6be9d1003c93a267636fa3e577cfc702b5a7cd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Tue, 23 Mar 2021 14:33:25 +0100 Subject: [PATCH] Updated travis.xml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72c98f1..aa11649 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_script: - php composer.phar install --prefer-source --no-interaction script: - - ./vendor/bin/phpunit + - ./vendor/bin/phpunit --configuration ./phpunit.xml ./tests --teamcity