Restore Codecoverage to PHP 7.1

This commit is contained in:
Gerhard 2019-03-19 15:17:11 +02:00
parent 608579e987
commit 506b1cec55
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@ matrix:
php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
- name: "Unit tests code coverage"
php: 7.3
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.3
- php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
before_script: