Build/Test tools: Trim the test matrix on Travis in order to speed up the 4.3 branch build.

This removes all allowed failure jobs, plus PHP 5.3, 5.4, and 5.5 jobs.

See #40407


git-svn-id: https://develop.svn.wordpress.org/branches/4.3@40409 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-04-10 23:25:44 +00:00
parent 93bea01eae
commit 53c5eeb5cb

View File

@ -9,21 +9,8 @@ matrix:
env: WP_TRAVISCI=travis:js
- php: 5.2
env: WP_TRAVISCI=travis:phpunit
- php: 5.3
env: WP_TRAVISCI=travis:phpunit
- php: 5.4
env: WP_TRAVISCI=travis:phpunit
- php: 5.5
env: WP_TRAVISCI=travis:phpunit
- php: 5.6
env: WP_TRAVISCI=travis:phpunit
- php: hhvm
env: WP_TRAVISCI=travis:phpunit
- php: 7.0
env: WP_TRAVISCI=travis:phpunit
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
before_install:
- WP_CORE_DIR=/tmp/wordpress/