Skip to:
Content

BuddyPress.org

Changeset 11635 for trunk/.travis.yml


Ignore:
Timestamp:
07/12/2017 12:07:13 PM (7 years ago)
Author:
netweb
Message:

Build Tools: Move PHP 5.3 Travis CI job from the php section to the matrix section.

This changeset is a follow up to [11634] where the "build matrix" was broken, my bad.

See #7567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11634 r11635  
    2121  - 5.5
    2222  - 5.4
    23   - 5.3
    24     dist: precise
    2523
    2624# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
     
    4139    - php: 7.0
    4240      env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
     41    - php: 5.3
     42      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     43      dist: precise
     44    - php: 5.3
     45      env: WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
     46      dist: precise
     47    - php: 5.3
     48      env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
     49      dist: precise
     50    - php: 5.3
     51      env: WP_VERSION=4.5 BP_TRAVISCI=travis:phpunit
     52      dist: precise
     53    - php: 5.3
     54      env: WP_VERSION=4.4 BP_TRAVISCI=travis:phpunit
     55      dist: precise
    4356  exclude:
    4457    - php: 7.1
Note: See TracChangeset for help on using the changeset viewer.