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.
This commit is contained in:
Rodrigo Primo 2019-09-23 14:38:27 -03:00
parent 1b699621be
commit 3482dd3a79
1 changed files with 0 additions and 2 deletions

View File

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