From 4fb66b4ebb5077b9a2839bd0af5acbdc54d325b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 13 May 2020 00:33:29 +0200 Subject: [PATCH] Make caching in CI predictable and properly name `install:` --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b83de198cf3..e4f35881ab6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -66,7 +65,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: