From 6a100e472ffea092637f2ea38290e6d8f94e36bd Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 6 Feb 2015 05:13:37 +0000 Subject: [PATCH] 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 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2331fd99d3..b75a125727 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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