Changeset 12853 for trunk/.travis.yml
- Timestamp:
- 03/01/2021 08:23:16 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12852 r12853 22 22 - 7.3 23 23 - 7.2 24 - 5.625 24 26 25 # WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and … … 28 27 env: 29 28 - WP_VERSION=master BP_TRAVISCI=travis:phpunit 29 - WP_VERSION=5.7 BP_TRAVISCI=travis:phpunit 30 30 - WP_VERSION=5.6 BP_TRAVISCI=travis:phpunit 31 31 - WP_VERSION=5.5 BP_TRAVISCI=travis:phpunit … … 43 43 - php: 7.3 44 44 env: WP_VERSION=master BP_TRAVISCI=travis:phpcompat 45 - php: 5.6 46 env: WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit 45 47 exclude: 48 - php: 7.2 49 env: WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit 46 50 - php: 7.3 47 51 env: WP_VERSION=4.9 BP_TRAVISCI=travis:phpunit 48 - php: 7.349 env: WP_VERSION=master BP_TRAVISCI=travis:phpunit50 52 51 53 # before_install: Failures in this section will result in build status 'errored' … … 99 101 # before_script: Failures in this section will result in build status 'errored' 100 102 before_script: 101 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; composer install; fi102 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi103 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi104 103 - mkdir -p /tmp/node/node_modules 105 104 - ln -s /tmp/node/node_modules $plugin_dir/node_modules
Note: See TracChangeset
for help on using the changeset viewer.