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 8990baa commit a388580Copy full SHA for a388580
.travis.yml
@@ -52,7 +52,7 @@ install:
52
script:
53
- vendor/bin/phpunit
54
- if [[ $APP_ENV != 'postgres' ]]; then vendor/bin/behat --format=progress; fi
55
- - if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite&&@postgres' --format=progress; fi
+ - if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite' --format=progress; fi
56
- tests/Fixtures/app/console api:swagger:export > swagger.json && swagger-cli validate swagger.json && rm swagger.json
57
- if [[ $lint = 1 ]]; then php php-cs-fixer.phar fix --dry-run --diff --no-ansi; fi
58
- if [[ $lint = 1 ]]; then phpstan analyse -c phpstan.neon -l5 --ansi src tests; fi
0 commit comments