Skip to content

Commit

Permalink
Merge branch 'feature/travis-improve-xdebug-removal' of https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 30, 2018
2 parents 85faffe + 16a2dc3 commit 8f108e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:

before_install:
# Speed up build time by disabling Xdebug when its not needed.
- 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.'
# Circumvent a bug in the travis HHVM image - ships with incompatible PHPUnit.
- if [[ $TRAVIS_PHP_VERSION == hhv* ]]; then composer self-update; fi
- if [[ $TRAVIS_PHP_VERSION == hhv* ]]; then composer require phpunit/phpunit:~4.0; fi
Expand Down

0 comments on commit 8f108e3

Please sign in to comment.