From 750343b607a9b58804c6f27b365aacf5aaa41003 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 15 Apr 2017 17:46:42 +0000 Subject: [PATCH] Build/Test tools: Reverse the order in which the Travis jobs run on the 4.6 branch. See #39705 git-svn-id: https://develop.svn.wordpress.org/branches/4.6@40436 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0c35c2204..6d3b19e6da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,12 @@ matrix: include: - php: 7.0 env: WP_TRAVISCI=travis:js - - php: 5.2 + - php: 7.0 - php: 5.6 - php: 5.6 env: WP_TRAVIS_OBJECT_CACHE=true services: memcached - - php: 7.0 + - php: 5.2 before_install: - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen - |