Skip to:
Content

BuddyPress.org

Changeset 11634


Ignore:
Timestamp:
07/12/2017 06:08:00 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Switch to Ubuntu Trusty as the the default linux distro for Travis CI.

  • This changeset also explicitly adds dist: precise to the PHP 5.3 build job.
  • Travis CI will discontinue support of PHP 5.3 in September 2017 and a further follow up will be required.

Fixes #7567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11587 r11634  
    66
    77language: php
     8
     9dist: trusty
    810
    911cache:
     
    2022  - 5.4
    2123  - 5.3
     24    dist: precise
    2225
    2326# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
Note: See TracChangeset for help on using the changeset viewer.