From d18912d27ffcbf78479c18d9ddcef7e172896dd7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 18 Jul 2017 13:05:09 +0000 Subject: [PATCH] Build: Switch PHP 5.2 and 5.3 to Travis' Ubuntu `precise` image Starting today, Travis will begin switching the default image to `trusty`, which does not support PHP 5.2 or 5.3. This is not a full fix, because Travis will be dropping `precise` support entirely in September (https://github.com/travis-ci/travis-ci/issues/8072). However, it buys us some time until then. See #41292 Merges [41072] to the 4.7 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@41074 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a9a46f585..83317ccf8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: false +dist: trusty language: php cache: apt: true @@ -22,7 +23,9 @@ matrix: - php: 5.5 - php: 5.4 - php: 5.3 + dist: precise - php: 5.2 + dist: precise - php: nightly allow_failures: - php: nightly