Skip to content

Commit

Permalink
Merge d683a28 into 4ac01e4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 12, 2018
2 parents 4ac01e4 + d683a28 commit 7ff7414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -89,6 +89,8 @@ matrix:
- php: hhvm

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
- export XMLLINT_INDENT=" "
# PHP 5.3+: set up test environment using Composer.
- composer self-update
Expand Down

0 comments on commit 7ff7414

Please sign in to comment.