Make WordPress Core

Changeset 40412 for branches/4.6


Ignore:
Timestamp:
04/10/2017 11:29:17 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test tools: Trim the test matrix on Travis in order to speed up the 4.6 branch build.

This removes all allowed failure jobs, plus PHP 5.3, 5.4, and 5.5 jobs.

See #40407

File:
1 edited

Legend:

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

    r40273 r40412  
    1313    env: WP_TRAVISCI=travis:js
    1414  - php: 5.2
    15   - php: 5.3
    16   - php: 5.4
    17   - php: 5.5
    1815  - php: 5.6
    1916  - php: 5.6
    2017    env: WP_TRAVIS_OBJECT_CACHE=true
    2118    services: memcached
    22   - php: hhvm
    23     sudo: required
    24     dist: trusty
    25     group: edge
    26     addons:
    27       apt:
    28         packages:
    29         - mysql-server-5.6
    30         - mysql-client-core-5.6
    31         - mysql-client-5.6
    3219  - php: 7.0
    33   - php: nightly
    34   allow_failures:
    35   - php: hhvm
    36   - php: nightly
    3720before_install:
    3821- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
Note: See TracChangeset for help on using the changeset viewer.