Merge pull request #22479 from rodrigoprimo/add/travis-wordpress-nightly
Add a new Travis job to run WC unit tests using WordPress nightly
This commit is contained in:
commit
932f68565a
|
@ -37,6 +37,9 @@ matrix:
|
|||
- name: "Unit tests code coverage"
|
||||
php: 7.1
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||
- name: "WooCommerce unit tests using WordPress nightly"
|
||||
php: 7.3
|
||||
env: WP_VERSION=nightly WP_MULTISITE=0
|
||||
allow_failures:
|
||||
- php: 7.1
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||
|
|
Loading…
Reference in New Issue