[commit: packages/pretty] large_docs, master, moretests: More fixes to travis ci (29792d6)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:11 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/29792d65f1b95c35e1d012f6994193e93294f11f
>---------------------------------------------------------------
commit 29792d65f1b95c35e1d012f6994193e93294f11f
Author: David Terei <code at davidterei.com>
Date: Sun Dec 21 23:30:56 2014 -0800
More fixes to travis ci
>---------------------------------------------------------------
29792d65f1b95c35e1d012f6994193e93294f11f
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 99aeeed..9179847 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
script:
- cabal install --only-dependencies
- - cabal install QuickCheck >= 2.5 && <= 3
+ - cabal install "QuickCheck >= 2.5 && < 3"
- cabal configure -v2 --enable-tests
- cabal build
- cabal check || [ "$CABALVER" == "1.16" ]
More information about the ghc-commits
mailing list