Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit f5fbb6a

Browse files
committed
Fix disabling XDebug
1 parent e502cdb commit f5fbb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
- vendor
1010

1111
before_install:
12-
- if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
12+
- phpenv config-rm xdebug.ini
1313
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
1414

1515
install:

0 commit comments

Comments
 (0)