Skip to content

Commit 1f3f42a

Browse files
authored
devops: remove custom caching on travis (#2215)
Travis custom-caching seems to be unfortunate for us as it disables `~/.npm` caching. Removing it. Fixes #2191
1 parent f10e8c4 commit 1f3f42a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ notifications:
55
install:
66
- npm ci
77

8-
cache:
9-
directories:
10-
- node_modules
11-
128
jobs:
139
include:
1410
- os: linux

0 commit comments

Comments
 (0)