We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ae502 + 8fcc9e6 commit a84f59eCopy full SHA for a84f59e
.travis.yml
@@ -166,7 +166,7 @@ install:
166
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'" &&
167
# Test the PhpUnit bridge on PHP 5.3, using the original phpunit script
168
tfold src/Symfony/Bridge/PhpUnit \
169
- "cd src/Symfony/Bridge/PhpUnit && wget https://phar.phpunit.de/phpunit-4.8.phar && phpenv global 5.3 && $COMPOSER_UP && php phpunit-4.8.phar"
+ "cd src/Symfony/Bridge/PhpUnit && wget https://phar.phpunit.de/phpunit-4.8.phar && phpenv global 5.3 && composer update --no-progress --ansi && php phpunit-4.8.phar"
170
elif [[ $PHP = hhvm* ]]; then
171
$PHPUNIT --exclude-group benchmark,intl-data
172
else
0 commit comments