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

Commit c682384

Browse files
committed
xdebug.ini may not exist in all matrix entries
1 parent db63773 commit c682384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ notifications:
7474

7575
before_install:
7676
- travis_retry composer self-update
77-
- if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini ; fi
77+
- if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi
7878

7979
install:
8080
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi

0 commit comments

Comments
 (0)