From 2fd047f9a3088ebce9a6496bd7d18b9c5dab8c2f Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 13 Nov 2018 11:07:38 +0000 Subject: [PATCH] Quiet windows stack setup --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7aeb35a..fcf2b2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ before_install: - git submodule init - git submodule sync - git submodule update --init + - stack setup --silent # prevent windows logging vommit - stack --no-terminal --skip-ghc-check -j2 install - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR -- 2.30.2