Skip to:
Content

bbPress.org

Changeset 6624


Ignore:
Timestamp:
07/12/2017 06:06:02 AM (8 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.2 and 5.3 build jobs.
  • Travis CI will discontinue support of PHP 5.2 & 5.3 in September 2017 and a further follow up will be required.

Fixes #3127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6405 r6624  
    77# Tell Travis CI we're using PHP
    88language: php
     9
     10# Tell Travis CI which distro to use
     11dist: trusty
    912
    1013# Configure caches
     
    2023  - 5.4
    2124  - 5.3
     25    dist: precise
    2226  - 5.2
     27    dist: precise
    2328
    2429# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
Note: See TracChangeset for help on using the changeset viewer.