Skip to content

Commit

Permalink
chore(ci): Disable yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Mar 18, 2020
1 parent 35f6f33 commit 871aaed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
dist: xenial
language: node_js
node_js: lts/*
cache:
yarn: false
npm: false

addons:
apt:
packages:
- libgconf-2-4
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:
Expand Down

0 comments on commit 871aaed

Please sign in to comment.