Make WordPress Core

Changeset 41084


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

Build: Switch to a Travis build matrix for the 3.9 branch.

See #36906

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9/.travis.yml

    r41083 r41084  
    22language: php
    33
    4 php:
    5     - "5.5"
    6     - "5.2"
     4# Build matrix options
     5matrix:
     6  include:
     7    - php: 5.5
     8    - php: 5.2
    79      dist: precise
    810
Note: See TracChangeset for help on using the changeset viewer.