From 560729a2a87d59a22e7387c1a587be9b4c373046 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 22 Jul 2016 11:56:12 -0700 Subject: [PATCH] appveyor: stack setup still needed #376 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ae94585f0..89f445858 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,4 +14,5 @@ environment: STACK_ROOT: "c:\\sr" test_script: +- stack setup > nul - echo "" | stack --no-terminal build --test hledger hledger-web hledger-api # hledger-ui not supported