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:
Andrey Lushnikov 2020-05-12 16:49:28 -07:00 коммит произвёл GitHub
Родитель f10e8c4d47
Коммит 1f3f42a905
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -5,10 +5,6 @@ notifications:
install:
- npm ci
cache:
directories:
- node_modules
jobs:
include:
- os: linux