Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-08-16 01:15:56 +0300
committerisaacs <i@izs.me>2019-08-16 01:15:56 +0300
commita2cd07fca4efcc4a519bc4fbbc3f3ba027322462 (patch)
treea0e87197d88329ebe0af0f8f0637ee9fee66cb58 /.travis.yml
parent96c0ec46500fcd1feee24fa5019ac129ff49832e (diff)
travis: do not cache in node v6
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4428b6272..607b941c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ matrix:
env: DEPLOY_VERSION=testing
- node_js: "6"
env: DEPLOY_VERSION=testing
+ cache: false
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
install: