From a5d3f82054f87bff1922733f4b8e8dced4245726 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Sep 2017 10:05:11 -0700 Subject: [PATCH] tools: make travistest: stack clean before this also --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fb57a28eb..c600ad98d 100644 --- a/Makefile +++ b/Makefile @@ -570,6 +570,7 @@ test: pkgtest functest \ $(call def-help,test, run default tests ) travistest: $(call def-help,travistest, run tests similar to the most thorough travis tests) + stack clean stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui