mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
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:
parent
93bea01eae
commit
53c5eeb5cb
13
.travis.yml
13
.travis.yml
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user