travis: resolve double xdebug removal

This commit is contained in:
Tomas Votruba 2018-10-28 18:02:30 +01:00
parent 76605c16e6
commit dfca98a230

View File

@ -13,12 +13,12 @@ install:
- composer update $COMPOSER_FLAGS
before_script:
# disable xdebug
- if [[ $COVERAGE == "" ]]; then phpenv config-rm xdebug.ini; fi
script:
- vendor/bin/phpunit
# disable xdebug
- phpenv config-rm xdebug.ini || return 0
- |
if [[ $STATIC_ANALYSIS == true ]]; then
composer check-cs