Make WordPress Core

Changeset 47449


Ignore:
Timestamp:
03/11/2020 02:01:20 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Tests: Download Chromium for e2e tests only.

This reduces the chance of random failures due to network timeouts and avoids the overhead of unnecessarily downloading ~120 MB for PHP or JS tests.

Fixes #49621.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r46605 r47449  
    7676- nvm install 10.13.0
    7777- |
     78  if [[ "$WP_TRAVISCI" != "test:e2e" ]]; then
     79    npm config set puppeteer_skip_chromium_download true
     80  fi
     81- |
    7882  if [[ "$NPM_INSTALL" == "true" ]]; then
    7983    npm ci
Note: See TracChangeset for help on using the changeset viewer.