[commit: packages/filepath] master: Fix-up .travis.yml (41fdcaa)
git at git.haskell.org
git at git.haskell.org
Fri Oct 18 13:37:55 UTC 2013
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/41fdcaa4bb53eca019a50dd99296ddaee2c2bdf8
>---------------------------------------------------------------
commit 41fdcaa4bb53eca019a50dd99296ddaee2c2bdf8
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Oct 18 15:35:16 2013 +0200
Fix-up .travis.yml
Re-add the invocation of `cabal configure` that went mising in 03a6a15e
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
41fdcaa4bb53eca019a50dd99296ddaee2c2bdf8
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 8aa7583..436ec57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,7 @@ install:
script:
- cd tests/ && PATH=/opt/ghc/$GHCVER/bin:$PATH runghc ./GenTests.hs
+ - ls -l tests/
+ - PATH=/opt/ghc/$GHCVER/bin:$PATH cabal-1.18 configure --enable-tests -v2
- cabal-1.18 build
- cabal-1.18 test
\ No newline at end of file
More information about the ghc-commits
mailing list