Skip to content

Commit

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

0 comments on commit 9a89e5d

Please sign in to comment.