chore(ci): Disable yarn cache

This commit is contained in:
roschaefer 2020-03-18 13:36:19 +01:00
parent 35f6f33bc3
commit 871aaed06d

View File

@ -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: