Skip to content

Commit 11ecae4

Browse files
authored
Do not fail if "phpenv config-rm" fails
1 parent 1ec0766 commit 11ecae4

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
@@ -31,7 +31,7 @@ matrix:
3131
dist: trusty
3232

3333
before_install:
34-
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
34+
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini || true; fi
3535
- travis_retry composer self-update
3636

3737
install:

0 commit comments

Comments
 (0)