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 8991d69 commit 09ba37bCopy full SHA for 09ba37b
.travis.yml
@@ -44,7 +44,7 @@ before_script:
44
- php util/EnsureClusterAlive.php
45
46
script:
47
- - if [ $TRAVIS_PHP_VERSION != '7.4' ]; then composer run-script phpcs; fi
+ - composer run-script phpcs
48
- composer run-script phpstan
49
- vendor/bin/phpunit $PHPUNIT_FLAGS
50
- vendor/bin/phpunit -c phpunit-integration.xml --group sync $PHPUNIT_FLAGS
0 commit comments