Skip to content

Commit

Permalink
chore(travis): Use default cache directory for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Apr 27, 2023
1 parent 496cf4e commit 826c1f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: node_js
dist: jammy
cache:
yarn: true
directories:
- node_modules
cache: yarn
env:
global:
- PR_TITLE=$(curl https://github.com/${TRAVIS_REPO_SLUG}/pull/${TRAVIS_PULL_REQUEST} 2> /dev/null | grep "title" | head -1)
Expand Down

0 comments on commit 826c1f7

Please sign in to comment.