Skip to:
Content

BuddyPress.org

Ticket #6758: 6758.1.diff

File 6758.1.diff, 689 bytes (added by netweb, 10 years ago)
  • .travis.yml

     
    1212    - 5.4
    1313    - 5.5
    1414    - 5.6
     15    - 7.0
    1516
    1617# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
    1718# x.y mirrors the latest from the x.y branch
     
    2930  include:
    3031    - php: nightly
    3132      env: WP_VERSION=master
     33  exclude:
     34    - php: 7.0
     35      env: WP_VERSION=4.2
     36    - php: 7.0
     37      env: WP_VERSION=4.1
     38    - php: 7.0
     39      env: WP_VERSION=4.0
     40    - php: 7.0
     41      env: WP_VERSION=3.9
     42    - php: 7.0
     43      env: WP_VERSION=3.8
    3244  allow_failures:
    3345    - php: nightly
    3446