Skip to content

Commit a84f59e

Browse files
Merge branch '3.2'
* 3.2: fix merge
2 parents 04ae502 + 8fcc9e6 commit a84f59e

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
@@ -166,7 +166,7 @@ install:
166166
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'" &&
167167
# Test the PhpUnit bridge on PHP 5.3, using the original phpunit script
168168
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"
169+
"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"
170170
elif [[ $PHP = hhvm* ]]; then
171171
$PHPUNIT --exclude-group benchmark,intl-data
172172
else

0 commit comments

Comments
 (0)