We don't want the composer lock file for PHP8
This commit is contained in:
parent
71f21fb94a
commit
f399acccc9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue