Skip to content

Commit 0b5d013

Browse files
committed
disable xdebug on Travis
1 parent 7653f5a commit 0b5d013

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ matrix:
4646
env: SYMFONY_VERSION="dev-master"
4747

4848
before_install:
49+
- phpenv config-rm xdebug.ini
4950
- composer self-update
5051
- if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update "symfony/symfony:${SYMFONY_VERSION}"; fi;
5152

5253
install:
5354
- composer update ${COMPOSER_FLAGS} --prefer-source
5455

5556
script:
56-
- vendor/bin/phpunit --colors --coverage-text
57+
- vendor/bin/phpunit --colors

0 commit comments

Comments
 (0)