From a1cd087b6e4d3c46db1f0e5c09a1b6c0f033253a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 25 Mar 2019 16:07:01 +0000 Subject: [PATCH] Build/Test tools: Reinstate fast finishing on Travis CI. This allows for speedier feedback for breaking changes and ongoing failures. See #46634 git-svn-id: https://develop.svn.wordpress.org/trunk@45004 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a203559416..24312e24aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ matrix: dist: precise - php: 7.4snapshot - php: nightly + fast_finish: true before_install: - | if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then