Skip to content

Commit 345540e

Browse files
committed
minor #1341 disable Xdebug on Travis CI when possible (xabbuh)
This PR was merged into the 1.8 branch. Discussion ---------- disable Xdebug on Travis CI when possible This seems to accidentally have been missed in some of our last merges of the `1.7` branch into `1.8`. Commits ------- e889355 disable Xdebug on Travis CI when possible
2 parents 95dbe97 + e889355 commit 345540e

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)