Skip to content

Commit 6ce99ee

Browse files
committed
Turn off npm caching in Travis
1 parent afca555 commit 6ce99ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55

66
cache:
77
directories:
8-
- node_modules
8+
- "/home/travis/.local"
99

1010
before_install:
1111
- "npm config set spin false"

0 commit comments

Comments
 (0)