mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-01 21:19:18 +00:00
Allow to install PHP-CS-Fixer with incompatible PHP because it will not be run
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ cache:
|
||||
before_script:
|
||||
# Deactivate xdebug if we don't do code coverage
|
||||
- if [ -z "$COVERAGE" ]; then rm -rfv /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ; fi
|
||||
- composer install
|
||||
- composer install --ignore-platform-reqs
|
||||
|
||||
script:
|
||||
# PHP_CodeSniffer
|
||||
|
||||
Reference in New Issue
Block a user