8000
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.
1 parent fc195dc commit 8fcc9e6Copy full SHA for 8fcc9e6
.travis.yml
@@ -165,7 +165,7 @@ install:
165
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'" &&
166
# Test the PhpUnit bridge on PHP 5.3, using the original phpunit script
167
tfold src/Symfony/Bridge/PhpUnit \
168
- "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"
169
elif [[ $PHP = hhvm* ]]; then
170
$PHPUNIT --exclude-group benchmark,intl-data
171
else
0 commit comments