Make WordPress Core

Changeset 41072 for trunk


Ignore:
Timestamp:
07/18/2017 08:24:35 AM (8 years ago)
Author:
jnylen0
Message:

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.

Props netweb.
Fixes #41292 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r40604 r41072  
    11sudo: false
     2dist: trusty
    23language: php
    34cache:
     
    2324  - php: 5.4
    2425  - php: 5.3
     26    dist: precise
    2527  - php: 5.2
     28    dist: precise
    2629  - php: nightly
    2730  allow_failures:
Note: See TracChangeset for help on using the changeset viewer.