From 22b231f6c4f09695f4a4ff8a02fc83451e7840cc Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 14 Oct 2020 10:05:11 -0300 Subject: [PATCH] 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 in https://github.com/woocommerce/woocommerce/blob/3bb94bc23f3f7748706fec334488ff55c373aff4/.travis.yml#L20 as if the WP version is not specified, the latest version is used (https://github.com/woocommerce/woocommerce/blob/3bb94bc23f3f7748706fec334488ff55c373aff4/.travis.yml#L25). --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1718da1ac52..775c881dc60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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