Skip to content

Commit

Permalink
Merge pull request #62 from driesvints/disable-xdebug
Browse files Browse the repository at this point in the history
Disable xdebug
  • Loading branch information
driesvints committed Nov 23, 2018
2 parents 78fbcbf + e55f151 commit 6a06803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ php:

sudo: false

before_install:
- phpenv config-rm xdebug.ini || true

install: travis_retry composer install --no-interaction --prefer-dist

script: vendor/bin/phpunit --verbose

0 comments on commit 6a06803

Please sign in to comment.