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
This commit is contained in:
John Blackbourn 2017-04-15 17:50:27 +00:00
parent 53c5eeb5cb
commit 2bf72873ca

View File

@ -7,10 +7,10 @@ matrix:
include: include:
- php: 5.5 - php: 5.5
env: WP_TRAVISCI=travis:js env: WP_TRAVISCI=travis:js
- php: 5.2
env: WP_TRAVISCI=travis:phpunit
- php: 5.6 - php: 5.6
env: WP_TRAVISCI=travis:phpunit env: WP_TRAVISCI=travis:phpunit
- php: 5.2
env: WP_TRAVISCI=travis:phpunit
fast_finish: true fast_finish: true
before_install: before_install:
- WP_CORE_DIR=/tmp/wordpress/ - WP_CORE_DIR=/tmp/wordpress/