[commit: ghc] wip/travis: Build less verbosely (e16bff0)

git at git.haskell.org git at git.haskell.org
Sat Jul 12 11:12:17 UTC 2014


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

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/e16bff03ad667ddb078eb148008002deb0eec4f0/ghc

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

commit e16bff03ad667ddb078eb148008002deb0eec4f0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jul 11 16:34:08 2014 +0200

    Build less verbosely


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

e16bff03ad667ddb078eb148008002deb0eec4f0
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 58e0c1a..854c9ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,5 @@ install:
  - cabal update
  - cabal install happy alex
 script:
+ - echo 'V = 0' >> mk/validate.mk # otherwise we hit log file limits on travis.
  - PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph



More information about the ghc-commits mailing list