From 2bf72873ca1b658af8e1e14ca67edb7f9449bc48 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 15 Apr 2017 17:50:27 +0000 Subject: [PATCH] Build/Test tools: Reverse the order in which the Travis jobs run on the 4.3 branch. See #39705 git-svn-id: https://develop.svn.wordpress.org/branches/4.3@40439 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fef637299f..0ef3252b24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ matrix: include: - php: 5.5 env: WP_TRAVISCI=travis:js - - php: 5.2 - env: WP_TRAVISCI=travis:phpunit - php: 5.6 env: WP_TRAVISCI=travis:phpunit + - php: 5.2 + env: WP_TRAVISCI=travis:phpunit fast_finish: true before_install: - WP_CORE_DIR=/tmp/wordpress/