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
This commit is contained in:
John Blackbourn 2017-04-15 17:46:42 +00:00
parent 0db92f8444
commit 750343b607

View File

@ -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
- |