Merge pull request #26483 from szepeviktor/patch-1

Make caching in CI predictable
This commit is contained in:
Claudio Sanches 2020-07-01 13:20:35 -03:00 committed by GitHub
commit b3160ccf52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,8 @@ language: php
dist: xenial
cache:
directories:
- vendor
- $HOME/.composer/cache
directories:
- $HOME/.composer/cache
# Since Xenial services are not started by default, we need to instruct it below to start.
services:
@ -64,7 +63,7 @@ jobs:
- php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
before_script:
install:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- |
# Remove Xdebug for a huge performance increase: