Skip to content

Commit

Permalink
remove pnpm from global cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Oct 14, 2020
1 parent 6130342 commit 83ffc34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ node_js:
- "node"
- "12"
- "10"
git:
depth: 3
before_install:
- rm -rf node_modules
- npm install --global npm
- npm uninstall --global pnpm
- npm cache clean --force
install:
- npm install
- npm uninstall --global pnpm
- npm uninstall pnpm
script:
- npm run test

0 comments on commit 83ffc34

Please sign in to comment.