From 16ea3466b47d219e1ade4be9cc111c54311a0e27 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 18 Feb 2019 22:42:57 +0000 Subject: [PATCH] chore: disable travis cache temporarily (#1885) --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0d74ff547..0df1771b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: node_js -cache: npm + +# TODO: enable when windows is faster on travis, currently causes "No output has been received in the last 10m0s" +# cache: npm +cache: false + stages: - check - test