This commit is contained in:
Mike Jolley 2019-01-04 12:44:11 +00:00
commit 6b1d8fbb57
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
env:
- WP_VERSION=latest WP_MULTISITE=0
@ -36,8 +37,6 @@ matrix:
- name: "Unit tests code coverage"
php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
- php: 7.3
env: WP_VERSION=5.0-beta5 WP_MULTISITE=0
allow_failures:
- php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1