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

This removes the PHP 7.0, 5.5, 5.4, 5.3, and nightly jobs.

Fixes #41707


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@41307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-08-22 21:40:43 +00:00
parent f780dd4734
commit 597a88861b
1 changed files with 0 additions and 8 deletions

View File

@ -15,20 +15,12 @@ matrix:
- php: 7.1
env: WP_TRAVISCI=travis:js
- php: 7.1
- php: 7.0
- php: 5.6
- php: 5.6
env: WP_TRAVIS_OBJECT_CACHE=true
services: memcached
- php: 5.5
- php: 5.4
- php: 5.3
dist: precise
- php: 5.2
dist: precise
- php: nightly
allow_failures:
- php: nightly
before_install:
- |
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then