Merge pull request #3292 from Human-Connection/fix_travis_caching

chore(ci): Follow cypress docs to cache libraries
This commit is contained in:
mattwr18 2020-03-18 16:00:08 +01:00 committed by GitHub
commit 9ecf5ac33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: