Skip to:
Content

BuddyPress.org

Changeset 12319 for trunk/.travis.yml


Ignore:
Timestamp:
12/07/2018 07:09:53 PM (6 years ago)
Author:
boonebgorges
Message:

BuddyPress 5.0.0 will require WordPress 4.7.

See #8025.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12318 r12319  
    3232  - WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    3333  - WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    34   - WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    3534
    3635matrix:
     
    4948      env: WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    5049      dist: precise
    51     - php: 5.3
    52       env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    53       dist: precise
    54   exclude:
    55     - php: 7.3
    56       env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    57     - php: 7.2
    58       env: WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
    5950
    6051# before_install: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.