Skip to content

Commit 21619fe

Browse files
minor symfony#41591 fix tests (quater) (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- fix tests (quater) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- e705a66 fix tests (quater)
2 parents a1f376b + e705a66 commit 21619fe

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
@@ -119,7 +119,7 @@ before_install:
119119
# php.ini configuration
120120
(
121121
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
122-
phpenv global $PHP 2>/dev/null || (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
122+
(cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
123123
done
124124
wait
125125
)

0 commit comments

Comments
 (0)