Changeset 46290 for trunk/.travis.yml
- Timestamp:
- 09/25/2019 01:46:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r46114 r46290 30 30 - env: WP_TRAVISCI=travis:js WP_INSTALL=false 31 31 name: JS Tests 32 - env: WP_TRAVISCI=test:compat COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false 33 name: "PHP Compatibility Check" 32 34 - env: LOCAL_PHP=7.3-fpm WP_TRAVISCI=test:php 33 35 name: "PHPUnit Tests: PHP 7.3" … … 47 49 name: "PHPUnit Tests: PHP 8.0" 48 50 allow_failures: 51 - env: WP_TRAVISCI=test:compat COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false 49 52 - env: LOCAL_PHP=7.4-fpm WP_TRAVISCI=test:php 50 53 - env: LOCAL_PHP=8.0-fpm WP_TRAVISCI=test:php … … 121 124 docker-compose run --rm php composer lint:errors && 122 125 docker-compose run --rm php composer lint tests 126 elif [[ "$WP_TRAVISCI" == "test:compat" ]]; then 127 docker-compose run --rm php composer compat 123 128 else 124 129 npm run grunt $WP_TRAVISCI
Note: See TracChangeset
for help on using the changeset viewer.