Allow to install PHP-CS-Fixer with incompatible PHP because it will not be run

This commit is contained in:
Adrien Crivelli 2018-01-28 16:28:26 +09:00
parent d2f55ffa07
commit d520246d32
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cache:
before_script: before_script:
# Deactivate xdebug if we don't do code coverage # 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 - 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: script:
# PHP_CodeSniffer # PHP_CodeSniffer