[commit: packages/hoopl] master: enable the test in Travis CI (d1d3188)

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


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

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

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

commit d1d3188b632b921d7a79f5be132f04ce0f8dfb4c
Author: Ning Wang <email at ningwang.org>
Date:   Tue May 5 16:51:26 2015 -0700

    enable the test in Travis CI


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

d1d3188b632b921d7a79f5be132f04ce0f8dfb4c
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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