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:
parent
1b699621be
commit
3482dd3a79
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue