mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
f10e8c4d47
commit
1f3f42a905
@ -5,10 +5,6 @@ notifications:
|
||||
install:
|
||||
- npm ci
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user