From 7830562fc7bf44e37e20f06e517c09bd0ea116d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Sat, 17 Oct 2020 11:54:30 -0300 Subject: [PATCH] Remove PHP 7.4 from the Travis job that runs E2E tests This should reduce in about ten seconds (https://travis-ci.org/github/woocommerce/woocommerce/jobs/736437593#L198) the time to run this Travis job. PHP 7.4 is not installed by default in the image user by Travis and it is not needed to run the E2E tests. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29015e2b465..402e8c8f32b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ jobs: fast_finish: true include: - name: "Core E2E Tests" - php: 7.4 env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1 install: - nvm install