skip 7.4 with return types

This commit is contained in:
Nicolas Grekas 2019-08-26 23:28:39 +02:00
parent 2cee7f2b17
commit c5d51e8e07

View File

@ -260,7 +260,7 @@ install:
run_tests () { run_tests () {
set -e set -e
export PHP=$1 export PHP=$1
if [[ $PHP != 7.4* && $PHP != $TRAVIS_PHP_VERSION && $TRAVIS_PULL_REQUEST != false ]]; then if [[ $PHP != 7.5* && $PHP != $TRAVIS_PHP_VERSION && $TRAVIS_PULL_REQUEST != false ]]; then
echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m" echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"
break break
fi fi