Make WordPress Core

Changeset 40437


Ignore:
Timestamp:
04/15/2017 05:48:20 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test tools: Reverse the order in which the Travis jobs run on the 4.5 branch.

See #39705

File:
1 edited

Legend:

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

    r40411 r40437  
    88  - php: 7.0
    99    env: WP_TRAVISCI=travis:js
    10   - php: 5.2
     10  - php: 7.0
    1111    env: WP_TRAVISCI=travis:phpunit
    1212  - php: 5.6
     
    1515    env: WP_TRAVISCI=travis:phpunit WP_TRAVIS_OBJECT_CACHE=true
    1616    services: memcached
    17   - php: 7.0
     17  - php: 5.2
    1818    env: WP_TRAVISCI=travis:phpunit
    1919before_install:
Note: See TracChangeset for help on using the changeset viewer.