[commit: packages/pretty] master: test haddock generation in CI (60a5241)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 07:11:59 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branch : master
Link : http://git.haskell.org/packages/pretty.git/commitdiff/60a5241c6e21a4a593e650088a165feca7962619
>---------------------------------------------------------------
commit 60a5241c6e21a4a593e650088a165feca7962619
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Fri Mar 13 17:58:47 2015 -0400
test haddock generation in CI
>---------------------------------------------------------------
60a5241c6e21a4a593e650088a165feca7962619
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index de5fe5b..2790e4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,7 @@ script:
- cabal check
- ([ "$CABALVER" == "1.20" ] && cabal test --show-details=streaming) || ([ "$CABALVER" != "1.20" ] && cabal test)
- cabal sdist
+ - cabal haddock
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
if [ -f "$SRC_TGZ" ]; then
More information about the ghc-commits
mailing list