diff --git a/.travis.yml b/.travis.yml index 3e6518a..f5d2018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ install: - travis_retry composer update --no-progress --profile --no-scripts --no-suggest $DEPENDENCIES script: - - bin/symfony-grumphp install - - head -n -39 grumphp.yml > grumphp.tmp && mv grumphp.tmp grumphp.yml + - bin/symfony-grumphp install -q + - head -n -43 grumphp.yml > grumphp.tmp && mv grumphp.tmp grumphp.yml - vendor/bin/grumphp run - - bin/symfony-grumphp install -y - - bin/symfony-grumphp uninstall + - bin/symfony-grumphp install -q + - bin/symfony-grumphp uninstall -q diff --git a/src/dist/grumphp.yml b/src/dist/grumphp.yml index 48205a1..e56f6ec 100644 --- a/src/dist/grumphp.yml +++ b/src/dist/grumphp.yml @@ -50,14 +50,14 @@ parameters: phpstan: configuration: phpstan.neon level: 7 - phpunitbridge: - config_file: phpunit.xml.dist - testsuite: Application - always_execute: true securitychecker: lockfile: composer.lock timeout: 30 run_always: false + phpunitbridge: + config_file: phpunit.xml.dist + testsuite: Application + always_execute: true doctrine_orm: triggered_by: ['php', 'xml', 'yml'] shell: