Use WP latest instead of 5.0-beta3 to run the PHP 7.3 Travis build job

Now that WP 5.0 has been released, we don't need to use 5.0-beta3 anymore to run the PHP 7.3 Travis build job.
This commit is contained in:
Rodrigo Primo 2018-12-19 11:32:51 -02:00
parent eccaa3d286
commit 540d10cbc0
1 changed files with 1 additions and 2 deletions

View File

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