[commit: packages/hoopl] master: The test needs extra modulars. I add the command to install dependencies before running cabal configure. (572e5e1)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:13:09 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/572e5e10fa28872c8d04bc032f796706e163c482

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

commit 572e5e10fa28872c8d04bc032f796706e163c482
Author: Ning Wang <email at ningwang.org>
Date:   Tue May 5 18:27:32 2015 -0700

    The test needs extra modulars. I add the command to install dependencies before running cabal configure.


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

572e5e10fa28872c8d04bc032f796706e163c482
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1c62b4e..7d29550 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,8 +27,10 @@ install:
  - travis_retry cabal update
 
 script:
- - cabal configure -v2
+ - cabal install --only-dependencies --enable-tests
+ - cabal configure -v2 --enable-tests
  - cabal build
+ - cabal test
  - cabal check
  - cabal sdist
  - SRC_TGZ=$(cabal info . | awk '{print $2;exit}').tar.gz &&



More information about the ghc-commits mailing list