travis: skip hledger-api at least for now to stay under time limit

This commit is contained in:
Simon Michael 2019-06-14 19:01:06 -07:00
parent 0a3af8d9ee
commit 9bcb1c4145

View File

@ -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