[commit: packages/binary] master: [travis-ci] Increase verbosity even further. (8d7c36f)

git at git.haskell.org git at git.haskell.org
Sun Feb 26 20:35:48 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/8d7c36f43e4f80460fca132dd655ce68a6752dcf

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

commit 8d7c36f43e4f80460fca132dd655ce68a6752dcf
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Thu Feb 16 08:00:25 2017 +0100

    [travis-ci] Increase verbosity even further.


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

8d7c36f43e4f80460fca132dd655ce68a6752dcf
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ceacc6c..c5999ea 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 -v
+ - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j -v2
  - 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