Skip to content

Commit

Permalink
Merge pull request #89 from Dealerdirect/feature/travis-disable-xdebug
Browse files Browse the repository at this point in the history
Travis: disable Xdebug
  • Loading branch information
mjrider committed Dec 15, 2019
2 parents 60a2abb + faefc00 commit 062e71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -49,6 +49,10 @@ jobs:

fast_finish: true

before_install:
# Speed up build time by disabling Xdebug.
phpenv config-rm xdebug.ini || echo 'No xdebug config.'

script:
- find . -type f -name "*.php" -print0 | xargs -0 -n1 php -l
- travis_wait composer install --no-interaction --no-progress --no-scripts --no-suggest --optimize-autoloader --prefer-dist --verbose
Expand Down

0 comments on commit 062e71e

Please sign in to comment.