Skip to content

Commit 3a5a20a

Browse files
committed
Revert "[ci] Cache dependencies"
This reverts commit 9a89e5d.
1 parent 9a89e5d commit 3a5a20a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ os:
88
- linux
99
- osx
1010
- windows
11-
cache: npm
1211
after_success:
1312
- nyc report --reporter=text-lcov | coveralls

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ environment:
44
- nodejs_version: '10'
55
- nodejs_version: '8'
66
- nodejs_version: '6'
7-
matrix:
8-
fast_finish: true
97
platform:
108
- x86
11-
cache:
12-
- node_modules
9+
matrix:
10+
fast_finish: true
1311
install:
1412
- ps: Install-Product node $env:nodejs_version $env:platform
1513
- npm install

0 commit comments

Comments
 (0)