Changeset 49500 for branches/5.5/.travis.yml
- Timestamp:
- 11/04/2020 03:52:06 PM (5 years ago)
- File:
-
- 1 edited
-
branches/5.5/.travis.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5/.travis.yml
r49497 r49500 30 30 jobs: 31 31 include: 32 - env: WP_TRAVISCI=test:e2e LOCAL_PHPUNIT=latest PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=33 name: E2E Tests34 32 - env: WP_TRAVISCI=lint:php COMPOSER_INSTALL=true NPM_INSTALL=false WP_INSTALL=false 35 33 name: PHP Linting … … 79 77 fi 80 78 - | 81 if [[ "$WP_TRAVISCI" == "test: e2e" ]] || [[ "$WP_TRAVISCI" == "test:php" ]]; then79 if [[ "$WP_TRAVISCI" == "test:php" ]]; then 82 80 npm run env:start 83 81 npm run build … … 109 107 script: 110 108 - | 111 if [[ "$WP_TRAVISCI" == "test:e2e" ]]; then 112 npm run test:e2e 113 elif [[ "$WP_TRAVISCI" == "test:php" ]]; then 109 [[ "$WP_TRAVISCI" == "test:php" ]]; then 114 110 npm run test:php -- --verbose -c phpunit.xml.dist && 115 111 npm run test:php -- --verbose -c phpunit.xml.dist --group ajax &&
Note: See TracChangeset
for help on using the changeset viewer.