Skip to content
Snippets Groups Projects
Commit 92e50dba authored by Luite Stegeman's avatar Luite Stegeman
Browse files

install dependencies for haddock-api on travis

parent 61c5729c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ before_install:
- doctest -isrc -i$(echo vendor/attoparsec-*) -optP-include -optPdist/build/autogen/cabal_macros.h src/Documentation/Haddock/Parser.hs
- cabal install
- cd ..
- (cd haddock-api/ && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal install)
- (cd haddock-api/ && cabal install --only-dependencies --enable-tests && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal install)
script:
- cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment