Skip to content

Commit e503023

Browse files
author
abluchet
committed
test fix travis
1 parent 74c9935 commit e503023

File tree

3 files changed

+444
-437
lines changed

3 files changed

+444
-437
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- composer global require --dev 'phpstan/phpstan:^0.8'
2626
script:
2727
- phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-phpunit.cov
28-
- for f in $(find features -name '*.feature'); do FEATURE=${f//\//_} phpdbg -qrr vendor/bin/behat --tags ~@postgres --format=progress --profile coverage $f || exit $?; done;
28+
- for f in $(find features -name '*.feature'); do FEATURE=${f//\//_} echo "Feature $f"; phpdbg -qrr vendor/bin/behat --tags ~@postgres --format=progress --profile coverage $f || exit $?; done;
2929
- phpdbg -qrr phpcov.phar merge --clover build/logs/clover.xml build/cov
3030
- php php-cs-fixer.phar fix --dry-run --diff --no-ansi
3131
- phpstan analyse -c phpstan.neon -l5 --ansi src tests

0 commit comments

Comments
 (0)