diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5416916ad..cc705cd74 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,4 +23,4 @@ environment: STACK_ROOT: "c:\\sr" test_script: -- stack test +- echo "" | stack test |