Skip to content

Commit

Permalink
chore: Remove travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 4, 2024
1 parent 0fcee5c commit 4e82799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
node_js:
- '16'
cache:
yarn: true
directories:
- node_modules
npm: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
Expand Down

0 comments on commit 4e82799

Please sign in to comment.