Skip to content

Commit

Permalink
chore: disable npm cache to unblock tests
Browse files Browse the repository at this point in the history
This patch disables the Travis npm cache, as it seems to be preventing
some versions of node/npm from finding recently released deps.
  • Loading branch information
robcresswell committed Dec 6, 2019
1 parent 9c37bb4 commit f8c6aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_js:
- "8"
- "6"
cache:
npm: false
directories:
- node_modules
notifications:
Expand Down

0 comments on commit f8c6aa8

Please sign in to comment.