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 committed by GitHub
parent f10e8c4d47
commit 1f3f42a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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