Make WordPress Core

Changeset 40435


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

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

As a general rule, this means the fastest test jobs now run first because each subsequent version of PHP is faster than the previous. When a committer is patiently waiting for a Travis build to complete, they are at least more likely to see unexpected failures earlier than they otherwise would.

In addition, this updates the JavaScript test job to run on PHP 7.1.

Props netweb

See #39705

Merges [40434] to the 4.7 branch.

Location:
branches/4.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7

  • branches/4.7/.travis.yml

    r40272 r40435  
    1010matrix:
    1111  include:
     12  - php: 7.1
     13    env: WP_TRAVISCI=travis:js
     14  - php: 7.1
    1215  - php: 7.0
    13     env: WP_TRAVISCI=travis:js
    14   - php: 5.2
    15   - php: 5.3
    16   - php: 5.4
    17   - php: 5.5
    1816  - php: 5.6
    1917  - php: 5.6
    2018    env: WP_TRAVIS_OBJECT_CACHE=true
    2119    services: memcached
     20  - php: 5.5
     21  - php: 5.4
     22  - php: 5.3
     23  - php: 5.2
    2224  - php: hhvm
    2325    sudo: required
     
    3032        - mysql-client-core-5.6
    3133        - mysql-client-5.6
    32   - php: 7.0
    33   - php: 7.1
    3434  - php: nightly
    3535  allow_failures:
Note: See TracChangeset for help on using the changeset viewer.