Skip to:
Content

BuddyPress.org

Changeset 12614


Ignore:
Timestamp:
04/10/2020 05:06:07 PM (4 years ago)
Author:
imath
Message:

Update Travis config for branch 5.0

Fixes #8274

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/.travis.yml

    r12399 r12614  
    33# Use new Travis container-based infrastructure
    44# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
    5 sudo: false
     5os: linux
    66
    77language: php
     
    2121php:
    2222  - 7.3
    23   - 7.2
    2423  - 5.6
    2524
     
    4140    - php: 7.3
    4241      env: WP_VERSION=master BP_TRAVISCI=travis:phpcompat
     42    - php: 7.2
     43      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     44      dist: precise
     45    - php: 7.2
     46      env: WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit
     47      dist: precise
     48    - php: 7.2
     49      env: WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit
     50      dist: precise
     51    - php: 7.2
     52      env: WP_VERSION=5.0 BP_TRAVISCI=travis:phpunit
    4353    - php: 5.3
    4454      env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
Note: See TracChangeset for help on using the changeset viewer.