mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
PHPUnit versions newer than 8 don't like our setUp function
See https://travis-ci.org/parsecsv/parsecsv-for-php/jobs/497446669
This commit is contained in:
@@ -8,10 +8,13 @@ php:
|
|||||||
- 5.6
|
- 5.6
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- composer update
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- composer validate
|
- composer validate
|
||||||
- phpunit --version
|
- vendor/bin/phpunit --version
|
||||||
- phpunit --configuration tests/phpunit.xml
|
- vendor/bin/phpunit --configuration tests/phpunit.xml
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
Reference in New Issue
Block a user