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.
This commit is contained in:
Rodrigo Primo 2020-10-17 11:54:30 -03:00
parent 0a81188e42
commit 7830562fc7
1 changed files with 0 additions and 1 deletions

View File

@ -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