Skip to:
Content

BuddyPress.org

Changeset 12399


Ignore:
Timestamp:
05/25/2019 01:35:02 PM (5 years ago)
Author:
imath
Message:

Update Travis configuration

  • Add WordPress 5.1 and 5.2 to the env to test,
  • Remove the PHP 5.3 job for WordPress master.

See #8099 (Trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12321 r12399  
    2828env:
    2929  - WP_VERSION=master BP_TRAVISCI=travis:phpunit
     30  - WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit
     31  - WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit
    3032  - WP_VERSION=5.0 BP_TRAVISCI=travis:phpunit
    3133  - WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit
     
    3941    - php: 7.3
    4042      env: WP_VERSION=master BP_TRAVISCI=travis:phpcompat
    41     - php: 5.3
    42       env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
    43       dist: precise
    4443    - php: 5.3
    4544      env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
Note: See TracChangeset for help on using the changeset viewer.