From 98ea7eeeffa2045e6564498df6d95965b405b4ef Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 8 Aug 2018 13:34:51 +0100 Subject: [PATCH] Limit number of jobs for stack --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 893fe9f..f1d04ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: - git submodule init - git submodule sync - git submodule update --init - - stack --no-terminal install + - stack --no-terminal --skip-ghc-check -j2 install - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - hie --version -- 2.30.2