test
This commit is contained in:
parent
93030f8b66
commit
33c827f690
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ script: make test
|
|||
jobs:
|
||||
include:
|
||||
- php: 7.3
|
||||
env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0
|
||||
env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0 USE_COMPOSER=1
|
||||
|
||||
- php: 7.3
|
||||
env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0
|
||||
env: WP_VERSION=latest WC_VERSION=latest WP_MULTISITE=0 USE_COMPOSER=1
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- stage: github releases
|
||||
|
|
Loading…
Add table
Reference in a new issue