Make WordPress Core

Changeset 41076


Ignore:
Timestamp:
07/18/2017 02:11:40 PM (8 years ago)
Author:
johnbillion
Message:

Build: Switch PHP 5.2 to Travis' Ubuntu precise image for the 4.5 branch.

See #41292

Location:
branches/4.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.5

  • branches/4.5/.travis.yml

    r40858 r41076  
    11sudo: false
     2dist: trusty
    23language: php
    34cache:
     
    1718    env: WP_TRAVISCI=travis:phpunit WP_TRAVIS_OBJECT_CACHE=true
    1819    services: memcached
     20    dist: precise
    1921  - php: 5.2
    2022    env: WP_TRAVISCI=travis:phpunit
Note: See TracChangeset for help on using the changeset viewer.