From 79e20c83d5dcc6fc5bc2f4b93b00cf218059d6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 17 Oct 2016 01:41:14 -0400 Subject: [PATCH] Fix AppVeyor cache never being successfully built Oh that wonderful Windows world... --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e63ba59a..f259b74b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ test_script: # cache npm modules cache: - - '%AppData%/npm-cache' + - '%AppData%\npm-cache' # Don't actually build build: off