mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 15:08:11 +01:00
travis: resolve double xdebug removal
This commit is contained in:
parent
76605c16e6
commit
dfca98a230
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user