From f5e1e43410d68b60089b3cded54af68f2316d163 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 18 Feb 2015 17:46:18 +0000 Subject: [PATCH] Restore PHP 5.2 to Travis CI Travis restored PHP 5.2 support late last week. upstream: https://github.com/travis-ci/travis-ci/issues/3152 Props netweb for the heads up Fixes #31244 git-svn-id: https://develop.svn.wordpress.org/trunk@31472 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78bd24f117..a6b08726a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ 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