From df52ec3df753230410426be821f7ba43fccd51e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Tue, 23 Mar 2021 15:15:58 +0100 Subject: [PATCH] Updated travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 540b3b2..2560aa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ sudo: false language: php php: - - 7.4 + - 7.3 before_script: - mkdir -p _clover - ls -al script: - - ./vendor/bin/phpunit --coverage-clover _clover/clover.xml + - ./vendor/phpunit/phpunit/phpunit --configuration ./phpunit.xml install: # Install composer packages