1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Force PHPUnit

Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7
(required automatically by PHPUnit Bridge)
This commit is contained in:
Jeremy Benoist 2018-11-27 10:29:11 +01:00
parent b13b2ef052
commit f168642b50
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -4,12 +4,6 @@ services:
- rabbitmq - rabbitmq
- redis - redis
# used for HHVM
addons:
apt:
packages:
- tidy
# cache vendor dirs # cache vendor dirs
cache: cache:
apt: true apt: true
@ -23,6 +17,7 @@ cache:
php: php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
- nightly - nightly
node_js: node_js:
@ -40,6 +35,7 @@ matrix:
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
allow_failures: allow_failures:
- php: nightly - php: nightly
- php: 7.3
# exclude v1 branches # exclude v1 branches
branches: branches:
@ -70,7 +66,7 @@ script:
- make fixtures - make fixtures
- if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then SYMFONY_PHPUNIT_VERSION=6.5 ./bin/simple-phpunit -v ; fi;
- if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix --verbose --dry-run ; fi; - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix --verbose --dry-run ; fi;
- if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;
- if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi; - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi;