Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit bebdb8d

Browse files
committed
chore: disable npm caching, is broken on windows
1 parent 1d04426 commit bebdb8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: node_js
22
dist: bionic
33

4+
cache:
5+
# https://travis-ci.community/t/npm-cache-on-windows-supplies-incorrect-dependency-versions/11335
6+
npm: false
7+
48
services:
59
- xvfb
610

0 commit comments

Comments
 (0)