[commit: ghc] wip/nfs-locking: Use quick flavour on Travis. (5ed8f3a)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:57:16 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/5ed8f3a48e8e6c401302988547fc10f73c9340c7/ghc

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

commit 5ed8f3a48e8e6c401302988547fc10f73c9340c7
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 24 23:08:16 2016 +0000

    Use quick flavour on Travis.
    
    See #188.


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

5ed8f3a48e8e6c401302988547fc10f73c9340c7
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1b96c78..84bb380 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,7 +64,7 @@ install:
 script:
     - ( cd ghc/shake-build && cabal haddock --internal )
     - ./ghc/shake-build/build.sh selftest
-    - ./ghc/shake-build/build.sh -j --no-progress $TARGET
+    - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick $TARGET
 
 cache:
     directories:



More information about the ghc-commits mailing list