From d75e4ab1b90eb6e556d15fdab4ebdbc431e89809 Mon Sep 17 00:00:00 2001
From: Kristen Kozak <grayjay@wordroute.com>
Date: Wed, 2 Mar 2016 17:58:14 -0800
Subject: [PATCH] Clean up appveyor.yml

---
 appveyor.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 5585ce52b4..d36d2af674 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,12 +16,11 @@ build_script:
 
   - Setup configure --user --ghc-option=-Werror --enable-tests
   - Setup build
-  - Setup test unit-tests --show-details=streaming
-  - Setup test package-tests --show-details=streaming
+  - Setup test --show-details=streaming
   - Setup install
   - cd ..\cabal-install
   - ghc --make -threaded -i -i. Setup.hs -Wall -Werror
-  - echo "" | ..\cabal install --only-dependencies --enable-tests --force-reinstalls
+  - echo "" | ..\cabal install --only-dependencies --enable-tests
   - ..\cabal configure --user --ghc-option=-Werror --enable-tests
   - ..\cabal build
   - ..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor
-- 
GitLab