From 84bde5095c3ba10d32366de206b4160b8effa869 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 16 May 2018 17:33:44 -0700 Subject: [PATCH] travis: hledger-ui can be built again (#719) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9321fd18f..93dbb98d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,7 +128,7 @@ script: # command output is not hidden # run hledger-lib/hledger functional tests, skipping the ones for addons - 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-ui - stack build --ghc-options=-Werror hledger-web - stack build --ghc-options=-Werror hledger-api