We don't want the composer lock file for PHP8

This commit is contained in:
MarkBaker 2020-10-08 03:00:53 +02:00
parent 71f21fb94a
commit f399acccc9
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ cache:
before_script:
# Deactivate xdebug
- if [[ $TRAVIS_PHP_VERSION != nightly ]]; then phpenv config-rm xdebug.ini; fi
- if [[ $TRAVIS_PHP_VERSION == nightly ]]; then rm composer.lock; fi
- if [[ $TRAVIS_PHP_VERSION == nightly ]]; then cp composer.php8.json composer.json; fi
- composer install --ignore-platform-reqs