tools: make travistest: stack clean before this also

This commit is contained in:
Simon Michael 2017-09-12 10:05:11 -07:00
parent e4782d1184
commit a5d3f82054

View File

@ -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