xdebug isn't built into the nightly PHP, so we'll get an error if we try to remove it; nightly should also be allow failures untilany identified issues are resolved

This commit is contained in:
MarkBaker 2020-08-09 14:26:44 +02:00
parent 91185a93dc
commit 9d17408f1d
1 changed files with 4 additions and 1 deletions

View File

@ -14,12 +14,15 @@ cache:
before_script:
# Deactivate xdebug
- phpenv config-rm xdebug.ini
- if [[ $TRAVIS_PHP_VERSION <> nightly ]]; then phpenv config-rm xdebug.ini; fi
- composer install --ignore-platform-reqs
script:
- ./vendor/bin/phpunit --color=always --coverage-text
allow_failures:
- php: nightly
jobs:
include: