Skip to:
Content

BuddyPress.org

Changeset 12320


Ignore:
Timestamp:
12/07/2018 07:19:15 PM (6 years ago)
Author:
boonebgorges
Message:

Ensure proper version of Composer is used for PHP 7.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12319 r12320  
    101101  - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; composer install; fi
    102102  - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi
     103  - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi
    103104  - mkdir -p /tmp/node/node_modules
    104105  - ln -s /tmp/node/node_modules $plugin_dir/node_modules
Note: See TracChangeset for help on using the changeset viewer.