Skip to content

Commit 49e6cb1

Browse files
committed
[Travis] Disabled XDebug
1 parent 2cd3e6c commit 49e6cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ matrix:
3434

3535
before_install:
3636
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
37+
- phpenv config-rm xdebug.ini || true
38+
3739
- composer self-update
3840
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
3941

0 commit comments

Comments
 (0)