Skip to:
Content

BuddyPress.org

Changeset 11534 for trunk/.travis.yml


Ignore:
Timestamp:
04/21/2017 10:15:53 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Reverse the order in which the Travis CI 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 CI build to complete, they are at least more likely to see unexpected failures earlier than they otherwise would.

Fixes #7430.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11517 r11534  
    1515
    1616php:
     17  - 7.1
     18  - 7.0
     19  - 5.6
     20  - 5.5
     21  - 5.4
    1722  - 5.3
    18   - 5.4
    19   - 5.5
    20   - 5.6
    21   - 7.0
    22   - 7.1
    2323
    2424# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
Note: See TracChangeset for help on using the changeset viewer.