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:
commit
6466db8234
|
@ -57,6 +57,7 @@ jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||||
|
- name: "WP Nightly"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue