Skip to content

Commit 09ba37b

Browse files
committed
Removed restriction on PHP 7.4 for php-cs
1 parent 8991d69 commit 09ba37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444
- php util/EnsureClusterAlive.php
4545

4646
script:
47-
- if [ $TRAVIS_PHP_VERSION != '7.4' ]; then composer run-script phpcs; fi
47+
- composer run-script phpcs
4848
- composer run-script phpstan
4949
- vendor/bin/phpunit $PHPUNIT_FLAGS
5050
- vendor/bin/phpunit -c phpunit-integration.xml --group sync $PHPUNIT_FLAGS

0 commit comments

Comments
 (0)