diff --git a/.travis.yml b/.travis.yml index b939d65d8b..6de4d6d734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ node_js: - 6 - 8 -cache: - directories: - - $HOME/.pnpm-registry - sudo: false before_install: - npm install -g pnpm diff --git a/appveyor.yml b/appveyor.yml index 1a3c9f3ac5..c915626181 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,5 +16,3 @@ test_script: - node --version - npm --version - npm test -cache: - - '%USERPROFILE%\.pnpm-registry'