[commit: packages/binary] master: [travis-ci] Increase verbosity to debug failure. (e93ff9f)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 20:35:46 UTC 2017
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/e93ff9fed1ccd11edf27f346fc4260f24f7a4c80
>---------------------------------------------------------------
commit e93ff9fed1ccd11edf27f346fc4260f24f7a4c80
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Thu Feb 16 07:33:34 2017 +0100
[travis-ci] Increase verbosity to debug failure.
>---------------------------------------------------------------
e93ff9fed1ccd11edf27f346fc4260f24f7a4c80
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ec9d195..ceacc6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ install:
- cabal sandbox init
# can't use "cabal install --only-dependencies --enable-tests --enable-benchmarks" due to dep-cycle.
# must split in two separate 'cabal install's since cabal doesn't update the cabal library before it's needed in 'cabal-version' constraints.
- - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j
+ - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j -v
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal tar zlib -j
script:
More information about the ghc-commits
mailing list