Build/Test tools: Reverse the order in which the Travis jobs run on the 4.0 branch.

See #39705


git-svn-id: https://develop.svn.wordpress.org/branches/4.0@40442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-04-15 17:52:44 +00:00
parent da8f479295
commit 328cd96697

View File

@ -10,10 +10,10 @@ matrix:
include:
- php: 5.5
env: WP_TRAVISCI=travis:js
- php: 5.2
env: WP_TRAVISCI=travis:phpunit
- php: 5.5
env: WP_TRAVISCI=travis:phpunit
- php: 5.2
env: WP_TRAVISCI=travis:phpunit
fast_finish: true
# Before install, failures in this section will result in build status 'errored'