Skip to content

Commit ab70a24

Browse files
committed
Merge pull request #1332 from FriendsOfSymfony/travis-disable-xdebug
disable Xdebug on Travis CI when possible
2 parents 4f2694d + f174c27 commit ab70a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ matrix:
3333
env: SYMFONY_VERSION=2.8.*
3434

3535
before_install:
36+
- if [[ "$TRAVIS_PHP_VERSION" != "5.6" && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
3637
- composer self-update
3738
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
3839

0 commit comments

Comments
 (0)