Fix CI (php-cs-fixer, HHVM) (#662)

This commit is contained in:
Guilliam Xavier 2021-07-21 16:18:28 +02:00 committed by GitHub
parent 29b40ac3b1
commit 2db8d7494f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ $config
'trailing_comma_in_multiline_array' => false,
'yoda_style' => false,
'phpdoc_types_order' => array('null_adjustment' => 'none', 'sort_algorithm' => 'none'),
'no_superfluous_phpdoc_tags' => false,
))
->setFinder($finder)
;

View File

@ -28,6 +28,7 @@ matrix:
dist: trusty
allow_failures:
- php: nightly
- php: hhvm-3.18
before_install:
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm-3.18" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi