[commit: ghc] wip/travis: Build less verbosely (340d647)
git at git.haskell.org
git at git.haskell.org
Fri Jul 11 14:34:12 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/340d64739297eb3303dd4178392119a063ef071e/ghc
>---------------------------------------------------------------
commit 340d64739297eb3303dd4178392119a063ef071e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jul 11 16:34:08 2014 +0200
Build less verbosely
>---------------------------------------------------------------
340d64739297eb3303dd4178392119a063ef071e
.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