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 a1f376b commit e705a66Copy full SHA for e705a66
.travis.yml
@@ -119,7 +119,7 @@ before_install:
119
# php.ini configuration
120
(
121
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) &
+ (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
123
done
124
wait
125
)
0 commit comments