Skip to content

Commit

Permalink
Avoid xdebug for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jul 17, 2020
1 parent e23501c commit 43c503d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -36,12 +36,11 @@ before_install:

- |
if [[ $CODECOVERAGE == 1 ]]; then
phpenv config-rm xdebug.ini
pecl channel-update pecl.php.net
pecl install pcov
fi
- phpenv config-rm xdebug.ini

install:
- |
if [[ $PREFER_LOWEST == 1 ]]; then
Expand Down

0 comments on commit 43c503d

Please sign in to comment.