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
This commit is contained in:
Родитель
f10e8c4d47
Коммит
1f3f42a905
|
@ -5,10 +5,6 @@ notifications:
|
|||
install:
|
||||
- npm ci
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- os: linux
|
||||
|
|
Загрузка…
Ссылка в новой задаче