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

Commit 16ea346

Browse files
author
Alan Shaw
authored
chore: disable travis cache temporarily (#1885)
1 parent c1a5c2f commit 16ea346

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
2-
cache: npm
2+
3+
# TODO: enable when windows is faster on travis, currently causes "No output has been received in the last 10m0s"
4+
# cache: npm
5+
cache: false
6+
37
stages:
48
- check
59
- test

0 commit comments

Comments
 (0)