mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci
Travis-ci has disabled PHP 5.2. This has happened before when 5.2 didn't compile and then was restored when that was fixed. upstream: https://github.com/travis-ci/travis-ci/issues/3152 related: https://github.com/WP-API/WP-API/issues/846 See #31244. git-svn-id: https://develop.svn.wordpress.org/trunk@31350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4,8 +4,6 @@ matrix:
|
||||
include:
|
||||
- php: 5.5
|
||||
env: WP_TRAVISCI=travis:js
|
||||
- php: 5.2
|
||||
env: WP_TRAVISCI=travis:phpunit
|
||||
- php: 5.3
|
||||
env: WP_TRAVISCI=travis:phpunit
|
||||
- php: 5.4
|
||||
|
||||
Reference in New Issue
Block a user