From 8633ab2e4288f07a60e56d7c3176036bc7b3477e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Apr 2018 17:53:44 -0700 Subject: [PATCH] Revert "travis: build hledger-ui again, should work now" - nope This reverts commit 705513c Waiting on https://github.com/haskell-fswatch/hfsnotify/pull/77 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec9783544..c1032ff58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,7 +124,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