Skip to content

Commit

Permalink
Merge pull request #579 from wimg/feature/travis-stabilize-xdebug-rem…
Browse files Browse the repository at this point in the history
…oval

Travis: More stable solution for removing Xdebug when not needed
  • Loading branch information
wimg committed Jan 24, 2018
2 parents 6d4259b + 92f2c92 commit ea568ba
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 @@ -90,7 +90,7 @@ matrix:

before_install:
# Speed up build time by disabling Xdebug when its not needed.
- if [[ $COVERALLS_VERSION == "notset" && $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ $COVERALLS_VERSION == "notset" ]]; then phpenv config-rm xdebug.ini || echo 'No xdebug config.'; fi
- export XMLLINT_INDENT=" "
# PHP 5.3+: set up test environment using Composer.
- composer self-update
Expand Down

0 comments on commit ea568ba

Please sign in to comment.