We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da22800 commit a111612Copy full SHA for a111612
.travis.yml
@@ -56,7 +56,7 @@ before_script:
56
- composer update $COMPOSER_FLAGS
57
58
script:
59
- - SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
+ - SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit --stop-on-failure ${PHPUNIT_FLAGS}
60
- make -C Resources/doc SPHINXOPTS='-nW' html
61
- make -C Resources/doc spelling
62
0 commit comments