[commit: ghc] wip/nfs-locking: Add Haddock build to CI (db5e646)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:31:19 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/db5e646e6fedd351caeed52ecdb8ce4946eb4613/ghc

>---------------------------------------------------------------

commit db5e646e6fedd351caeed52ecdb8ce4946eb4613
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Wed Jan 6 15:01:20 2016 +0100

    Add Haddock build to CI


>---------------------------------------------------------------

db5e646e6fedd351caeed52ecdb8ce4946eb4613
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 4cc0396..a28a979 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,7 @@ install:
     - ( cd ghc && ./configure )
 
 script:
+    - ( cd ghc/shake-build && cabal haddock --internal )
     - ./ghc/shake-build/build.sh -j --no-progress $TARGET
 
 cache:



More information about the ghc-commits mailing list