Skip to content

Commit 656aef1

Browse files
committed
[Travis] Disabled XDebug
1 parent bb0e113 commit 656aef1

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+
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "" > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi
38+
3739
- composer self-update
3840
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
3941

0 commit comments

Comments
 (0)