8000 fix merge · symfony/symfony@8fcc9e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fcc9e6

Browse files
fix merge
1 parent fc195dc commit 8fcc9e6

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

0 commit comments

Comments
 (0)
0