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:
Mike Jolley 2019-01-16 16:39:30 +00:00 committed by GitHub
commit 932f68565a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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