Skip to content

Commit

Permalink
Revert "[ci] Cache dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 9a89e5d.
  • Loading branch information
lpinca committed Mar 20, 2019
1 parent 9a89e5d commit 3a5a20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,5 @@ os:
- linux
- osx
- windows
cache: npm
after_success:
- nyc report --reporter=text-lcov | coveralls
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -4,12 +4,10 @@ environment:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
matrix:
fast_finish: true
platform:
- x86
cache:
- node_modules
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
Expand Down

0 comments on commit 3a5a20a

Please sign in to comment.