This commit is contained in:
MarkBaker 2020-08-09 14:33:13 +02:00
parent 9d17408f1d
commit adc0e980e1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cache:
before_script: before_script:
# Deactivate xdebug # Deactivate xdebug
- if [[ $TRAVIS_PHP_VERSION <> nightly ]]; then phpenv config-rm xdebug.ini; fi - if [[ $TRAVIS_PHP_VERSION != nightly ]]; then phpenv config-rm xdebug.ini; fi
- composer install --ignore-platform-reqs - composer install --ignore-platform-reqs
script: script: