From 9861132ff5164a91a52b5ed8c8872cca3b8f4f17 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Mar 2019 16:39:27 -0800 Subject: [PATCH] travis: build fewer packages, refilling cache after resolver bump --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 018cca55c..0b62da2b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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