From 68169aad2bc9c313bbb24d3e20882267b5260ffc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 22 Jul 2016 13:00:52 -0700 Subject: [PATCH] appveyor: skip hledger-ui again, not sure that's working #376 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 06be84a37..16e19c9ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,8 @@ environment: STACK_ROOT: "c:\\sr" test_script: -- echo "" | stack --no-terminal --install-ghc test -- stack --local-bin-path . install +- echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api +- stack --local-bin-path . install hledger hledger-web hledger-api artifacts: - path: hledger.exe