From c79cee3d1fc2962621ed3b89f53e7f7c7f85a64a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 25 Mar 2018 02:37:18 +0100 Subject: [PATCH] travis: build hledger-web, hledger-api --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c9c37390b..2d0063a88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,8 +120,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