From 9bcb1c4145f8f9616b6f2ea232ec3d2495739cbc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 14 Jun 2019 19:01:06 -0700 Subject: [PATCH] travis: skip hledger-api at least for now to stay under time limit --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 018cca55c..7d566e47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -135,7 +135,8 @@ script: # command output is not hidden - stack build --ghc-options=-Werror hledger-ui - stack build --ghc-options=-Werror hledger-web - - stack build --ghc-options=-Werror hledger-api +# XXX skip this to stay within time limit +# - 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