[commit: packages/hoopl] master: Travis still run ghc-7.0.1 to compile this package, and --enable-tests failed the CI. I don't know whether the ancient cabal and ghc caused this failure, so I disable it now until I find a solution (5b92105)

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


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

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/5b92105053690dd7c75855787147da7698e8bd8d

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

commit 5b92105053690dd7c75855787147da7698e8bd8d
Author: Ning Wang <email at ningwang.org>
Date:   Tue May 5 18:00:12 2015 -0700

    Travis still run ghc-7.0.1 to compile this package, and --enable-tests failed the CI. I don't know whether the ancient cabal and ghc caused this failure, so I disable it now until I find a solution


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

5b92105053690dd7c75855787147da7698e8bd8d
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b56e4e5..1c62b4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,8 @@ install:
  - travis_retry cabal update
 
 script:
- - cabal configure -v2 --enable-tests
+ - cabal configure -v2
  - 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