travis: build fewer packages, refilling cache after resolver bump

This commit is contained in:
Simon Michael 2019-03-09 16:39:27 -08:00
parent 7c14e10858
commit 9861132ff5

View File

@ -134,8 +134,8 @@ script: # command output is not hidden
- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
- stack build --ghc-options=-Werror hledger-ui
- stack build --ghc-options=-Werror hledger-web
- stack build --ghc-options=-Werror hledger-api
# - stack build --ghc-options=-Werror hledger-web
# - stack build --ghc-options=-Werror hledger-api
# run the built-in hunit tests. This doesn't run the doctests,
# but doesn't require rebuilding and is fast