Skip to content

Commit 1ddcb84

Browse files
authored
fix: test removing yarn cache
Testing out removing the yarn-related cached NPM and node_modules in the Travis build to try to address sharp errors getting thrown
1 parent 88f8c96 commit 1ddcb84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ script:
3030

3131
cache:
3232
apt: true
33-
yarn: true
3433
directories:
3534
- $HOME/.composer/cache/files
36-
- $HOME/.cache/yarn
37-
- node_modules
3835

3936
notifications:
4037
email:

0 commit comments

Comments
 (0)