diff options
author | Simon Hengel <sol@typeful.net> | 2014-08-22 12:14:16 +0800 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2014-08-22 12:14:16 +0800 |
commit | e99252026ad1b50215b86ffe30038351ca486bfa (patch) | |
tree | d0a88fd913edd590fefb952d635871f11afda41b /.travis.yml | |
parent | 2c3f2b47fa5e66f5503b5418415e2fa75d134689 (diff) |
Move Haddock API to a separate package
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 338d394d..98720920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,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) script: - cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test |