From 0246a6d16a44cd5cff584f0f723257008aa3f0a1 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 8 Aug 2017 17:47:09 -0700 Subject: [PATCH] Cache fixture grammars on appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6f4ae621..a31ad90d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,3 +16,6 @@ test_script: - script\test.cmd build: off + +cache: + - test\fixtures\grammars \ No newline at end of file