Skip to:
Content

bbPress.org

Changeset 5991 for trunk/.travis.yml


Ignore:
Timestamp:
04/02/2016 05:38:14 AM (8 years ago)
Author:
netweb
Message:

Bump minimum WordPress requirement to 4.0.

Fixes #2902.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r5987 r5991  
    2626    - WP_VERSION=4.1
    2727    - WP_VERSION=4.0
    28     - WP_VERSION=3.9
    29     - WP_VERSION=3.8
    30     - WP_VERSION=3.7
    3128
    3229# Build matrix options
     
    4441    - php: 7.0
    4542      env: WP_VERSION=4.0
    46     - php: 7.0
    47       env: WP_VERSION=3.9
    48     - php: 7.0
    49       env: WP_VERSION=3.8
    50     - php: 7.0
    51       env: WP_VERSION=3.7
    5243  allow_failures:
    5344    - php: nightly
     
    7566    - sed -i "s/yourusernamehere/root/" wp-tests-config.php
    7667    - sed -i "s/yourpasswordhere//" wp-tests-config.php
    77     # disable WP_DEBUG for PHP >= 5.5 due to ext/mysqli E_DEPRECATED errors
    78     - if [[ "$TRAVIS_PHP_VERSION" > 5.4* ]] && [[ "$WP_VERSION" == "3.7" ]] ; then sed -i "s:define( 'WP_DEBUG://define( 'WP_DEBUG:" wp-tests-config.php; fi;
    7968    # set up database
    8069    - mysql -e 'CREATE DATABASE wordpress_test;' -uroot
Note: See TracChangeset for help on using the changeset viewer.