From 3482dd3a797cf14edb0b47484cd80cf3f9f230ba Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Mon, 23 Sep 2019 14:38:27 -0300 Subject: [PATCH] Remove PHP 7.4 job from the list of Travis jobs allowed to fail Now that WP fixed all the PHP 7.4 related notices and that the WC unit tests are passing when running against this PHP version, we can remove the PHP 7.4 from the list of Travis jobs that are allowed to fail. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b540ae3ac7..e40de2daa06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,6 @@ matrix: allow_failures: - php: 7.3 env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 - - php: 7.4snapshot - env: WP_VERSION=nightly WP_MULTISITE=0 before_script: - export PATH="$HOME/.composer/vendor/bin:$PATH"