[commit: packages/pretty] large_docs, master, moretests: Fixes to travis and have travis run test-suite (cbbd53a)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:05 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/cbbd53aaee7970ce5b866b668a3387cf1dec6ba3
>---------------------------------------------------------------
commit cbbd53aaee7970ce5b866b668a3387cf1dec6ba3
Author: David Terei <code at davidterei.com>
Date: Sun Dec 21 23:17:24 2014 -0800
Fixes to travis and have travis run test-suite
>---------------------------------------------------------------
cbbd53aaee7970ce5b866b668a3387cf1dec6ba3
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8cb857c..99aeeed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,12 @@ install:
- travis_retry cabal update
script:
- - cabal install --only-dependencies --enable-tests
- - cabal configure -v2
+ - cabal install --only-dependencies
+ - cabal install QuickCheck >= 2.5 && <= 3
+ - cabal configure -v2 --enable-tests
- cabal build
- cabal check || [ "$CABALVER" == "1.16" ]
+ - cabal test
- cabal sdist
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
More information about the ghc-commits
mailing list