From d177c962d767cf4a25d98846ee67798a5a75bc04 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 27 Aug 2019 00:05:14 +0200 Subject: [PATCH] revert now that cache is warm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3bb5d92bf0..45b792ab0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -260,7 +260,7 @@ install: run_tests () { set -e export PHP=$1 - if [[ $PHP != 7.2 ]]; then + if [[ $PHP != 7.4* && $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" break fi