From 0c6f7cb3fc23138b5928c241e225c7fbe7a92bc7 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 15 Oct 2020 14:24:51 -0300 Subject: [PATCH] Add the WP nightly build job to the allow_failures list This commit adds the Travis build job that runs using WP nightly to the list of jobs that are allowed to fail. Two days ago a change (https://github.com/WordPress/WordPress/commit/fa5a6c8622003a7a4a4dee0b0097dd92d4b07be6) was introduced to WP nightly that broke hundreds of our unit tests. I'm suggesting we move this build job to the list of jobs that are allowed to fail while we work on a fix for this problem either on our side or on WP core side. Having the build always failing due to a known issue in a yet to be released WP version has the potential to hide other more important failures. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 08915f47863..8ca9cded446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ jobs: allow_failures: - php: 7.4 env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 + - name: "WP Nightly" install: - export PATH="$HOME/.composer/vendor/bin:$PATH"