Skip to content

Commit a2cd07f

Browse files
committed
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.
1 parent 96c0ec4 commit a2cd07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ matrix:
2525
env: DEPLOY_VERSION=testing
2626
- node_js: "6"
2727
env: DEPLOY_VERSION=testing
28+
cache: false
2829
notifications:
2930
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
3031
install:

0 commit comments

Comments
 (0)