Allow to install PHP-CS-Fixer with incompatible PHP because it will not be run
This commit is contained in:
parent
d2f55ffa07
commit
d520246d32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue