From 871aaed06d403c0bf5d2f2ca9cb3c6e943ca6700 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Wed, 18 Mar 2020 13:36:19 +0100 Subject: [PATCH] chore(ci): Disable yarn cache --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 532e2b766..70481b06a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ dist: xenial language: node_js node_js: lts/* +cache: + yarn: false + npm: false + addons: apt: packages: @@ -8,11 +12,11 @@ addons: snaps: - docker firefox: "latest-esr" - + install: - yarn global add wait-on # Install Codecov - - yarn install + - yarn install --frozen-lockfile - cp backend/.env.template backend/.env before_script: