We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec0766 commit 11ecae4Copy full SHA for 11ecae4
.travis.yml
@@ -31,7 +31,7 @@ matrix:
31
dist: trusty
32
33
before_install:
34
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
+ - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini || true; fi
35
- travis_retry composer self-update
36
37
install:
0 commit comments