Skip to content

Commit

Permalink
travis: enable web, api
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 10, 2019
1 parent 9861132 commit 3cb3f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -134,8 +134,8 @@ script: # command output is not hidden
- 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-web
# - stack build --ghc-options=-Werror hledger-api
- stack build --ghc-options=-Werror hledger-web
- 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
Expand Down

0 comments on commit 3cb3f3a

Please sign in to comment.