[commit: ghc] wip/nfs-locking: Add cabal configure to CI (5f4a8f6)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:01:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/5f4a8f61707469c736f79b8da372e5ef4beb081a/ghc
>---------------------------------------------------------------
commit 5f4a8f61707469c736f79b8da372e5ef4beb081a
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date: Wed Jan 6 15:39:33 2016 +0100
Add cabal configure to CI
>---------------------------------------------------------------
5f4a8f61707469c736f79b8da372e5ef4beb081a
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index a28a979..6413818 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,7 @@ install:
- ( cd ghc/shake-build && git reset --hard HEAD )
- ( cd ghc/shake-build && cabal install --only-dependencies )
+ - ( cd ghc/shake-build && cabal configure )
- ( cd ghc && ./boot )
- ( cd ghc && ./configure )
More information about the ghc-commits
mailing list