mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
Merge pull request #3292 from Human-Connection/fix_travis_caching
chore(ci): Follow cypress docs to cache libraries
This commit is contained in:
commit
9ecf5ac33e
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user