Changeset 12854 for trunk/.travis.yml
- Timestamp:
- 03/02/2021 03:34:02 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12853 r12854 39 39 matrix: 40 40 include: 41 - php: 7.4 42 env: WP_VERSION=master BP_TRAVISCI=travis:phpunit 41 43 - php: 7.3 42 44 env: WP_VERSION=master BP_TRAVISCI=travis:grunt … … 104 106 - ln -s /tmp/node/node_modules $plugin_dir/node_modules 105 107 - npm install 108 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require --with-all-dependencies phpunit/phpunit:5.7.27; fi 109 - if [[ ${TRAVIS_PHP_VERSION:0:3} != "5.6" ]]; then composer install; fi 106 110 107 111 # Run tests
Note: See TracChangeset
for help on using the changeset viewer.