ci: don't cache

This commit is contained in:
zkochan
2017-06-14 22:32:21 +03:00
parent 6db0dda0c2
commit eb3c671c58
2 changed files with 0 additions and 6 deletions

View File

@@ -4,10 +4,6 @@ node_js:
- 6
- 8
cache:
directories:
- $HOME/.pnpm-registry
sudo: false
before_install:
- npm install -g pnpm

View File

@@ -16,5 +16,3 @@ test_script:
- node --version
- npm --version
- npm test
cache:
- '%USERPROFILE%\.pnpm-registry'