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 2d699e3 commit fe51b80Copy full SHA for fe51b80
.travis.yml
@@ -120,7 +120,7 @@ before_install:
120
# php.ini configuration
121
(
122
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
123
- (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
+ ([[ $PHP != 7.4 ]] && 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) &
124
done
125
wait
126
)
0 commit comments