Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 85b3131

Browse files
committed
Simplified removing xdebug configuration
1 parent 0bc4210 commit 85b3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ matrix:
5656
- php: 7.2
5757

5858
before_install:
59+
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
5960
- travis_retry composer self-update
60-
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini ; fi
6161

6262
install:
6363
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs

0 commit comments

Comments
 (0)