We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7653f5a commit 0b5d013Copy full SHA for 0b5d013
1 file changed
.travis.yml
@@ -46,11 +46,12 @@ matrix:
46
env: SYMFONY_VERSION="dev-master"
47
48
before_install:
49
+ - phpenv config-rm xdebug.ini
50
- composer self-update
51
- if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update "symfony/symfony:${SYMFONY_VERSION}"; fi;
52
53
install:
54
- composer update ${COMPOSER_FLAGS} --prefer-source
55
56
script:
- - vendor/bin/phpunit --colors --coverage-text
57
+ - vendor/bin/phpunit --colors
0 commit comments