From 5d766adc1731d96a1eddfa8ce2728fa70430f3f8 Mon Sep 17 00:00:00 2001 From: Fonata Date: Sat, 23 Feb 2019 13:21:54 +0100 Subject: [PATCH] PHPUnit versions newer than 8 don't like our setUp function See https://travis-ci.org/parsecsv/parsecsv-for-php/jobs/497446669 --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc45aa3..8341b0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,13 @@ php: - 5.6 - 5.5 +before_install: + - composer update + script: - composer validate - - phpunit --version - - phpunit --configuration tests/phpunit.xml + - vendor/bin/phpunit --version + - vendor/bin/phpunit --configuration tests/phpunit.xml notifications: email: