Merge pull request #27977 from woocommerce/update/travis-build-jobs

Add the WP nightly build job to the allow_failures list
This commit is contained in:
Claudio Sanches 2020-10-15 19:54:55 -03:00 committed by GitHub
commit 6466db8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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