From f25ef0e84672e25380985f9b3ceedd42b0348cc7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Oct 2015 21:35:43 +0000 Subject: [PATCH] Remove `fast_finish: true` from Travis CI configuration for now. Upstream: https://github.com/travis-ci/travis-ci/issues/4928 git-svn-id: https://develop.svn.wordpress.org/trunk@35150 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73b9b7e714..b88d29188f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: - php: hhvm - php: 7.0 - php: nightly - fast_finish: true before_install: - WP_CORE_DIR=/tmp/wordpress/ - |