Skip to content

Commit

Permalink
travis: do not cache in node v6
Browse files Browse the repository at this point in the history
This seems to break every time a dependency is updated.  Not sure why
node 6 is any different than any other environment, but it's probably
not worth debugging any further.
  • Loading branch information
isaacs committed Aug 15, 2019
1 parent 96c0ec4 commit a2cd07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,7 @@ matrix:
env: DEPLOY_VERSION=testing
- node_js: "6"
env: DEPLOY_VERSION=testing
cache: false
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
install:
Expand Down

0 comments on commit a2cd07f

Please sign in to comment.