From 727bf4dd38d8a49a80710b44b879bdb7a082bd90 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 25 Mar 2018 00:45:37 +0000 Subject: [PATCH] travis: build hledger, hledger-ui --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c553f5fba..a648698b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,12 +114,12 @@ script: # command output is not hidden # build hledger packages, ensuring no warnings, # and any deps not already cached, separately to use less memory - stack build --ghc-options=-Werror hledger-lib - # - stack build --ghc-options=-Werror hledger + - stack build --ghc-options=-Werror hledger - # # run hledger-lib/hledger functional tests, skipping the ones for addons - # - COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons + # 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