Merge pull request #24668 from woocommerce/travis-php-7.4
Remove PHP 7.4 job from the list of Travis jobs allowed to fail
This commit is contained in:
commit
59929a8021
|
@ -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