Remove redundant Travis build job
This commit removes a redundant Travis build job that runs unit tests against PHP 7.2 and the latest version of WP. A build job with the same characteristics is alredy defined in3bb94bc23f/.travis.yml (L20)
as if the WP version is not specified, the latest version is used (3bb94bc23f/.travis.yml (L25)
).
This commit is contained in:
parent
3bb94bc23f
commit
22b231f6c4
|
@ -42,9 +42,6 @@ jobs:
|
|||
- name: "WP Nightly"
|
||||
php: 7.4
|
||||
env: WP_VERSION=nightly WP_MULTISITE=0
|
||||
- name: "WP Latest"
|
||||
php: 7.2
|
||||
env: WP_VERSION=5.4 WP_MULTISITE=0
|
||||
- name: "WP Latest - 1"
|
||||
php: 7.2
|
||||
env: WP_VERSION=5.3 WP_MULTISITE=0
|
||||
|
|
Loading…
Reference in New Issue