From 9ce4f8b112e07f8d60fc4a2b255e45c2adb343fb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 25 Mar 2018 02:19:45 +0100 Subject: [PATCH] travis: don't build hledger-ui --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a648698b0..c9c37390b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,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