Skip to content

Commit f174c27

Browse files
committed
disable Xdebug on Travis CI when possible
Disabling Xdebug on Travis CI jobs that do not generate code coverage reports speeds up builds significantly.
1 parent 4f2694d commit f174c27

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)