Skip to:
Content

BuddyPress.org

Ticket #5160: 5160-php56.diff

File 5160-php56.diff, 507 bytes (added by netweb, 10 years ago)
  • .travis.yml

     
    55    - 5.3
    66    - 5.4
    77    - 5.5
    8     - 5.6
    98
    109env:
    1110    - WP_VERSION=trunk
     
    1312    - WP_VERSION=tags/3.8.3
    1413    - WP_VERSION=tags/3.7.3
    1514
     15matrix:
     16  include:
     17    - php: 5.6
     18      env: WP_VERSION=master
     19  allow_failures:
     20    - php: 5.6
     21
    1622before_script:
    1723    # set up WP install
    1824    - WP_CORE_DIR=/tmp/wordpress/