We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977feae commit 16a2dc3Copy full SHA for 16a2dc3
.travis.yml
@@ -24,7 +24,7 @@ matrix:
24
25
before_install:
26
# Speed up build time by disabling Xdebug when its not needed.
27
- - if [[ $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != hhv* ]]; then phpenv config-rm xdebug.ini; fi
+ - phpenv config-rm xdebug.ini || echo 'No xdebug config.'
28
# Circumvent a bug in the travis HHVM image - ships with incompatible PHPUnit.
29
- if [[ $TRAVIS_PHP_VERSION == hhv* ]]; then composer self-update; fi
30
- if [[ $TRAVIS_PHP_VERSION == hhv* ]]; then composer require phpunit/phpunit:~4.0; fi
0 commit comments