From 2b2dae8b471065a12ea2bd670e472317b1bd688a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 20 Dec 2017 12:35:28 -0800 Subject: [PATCH] Travis: use --jobs=2 for installing dependencies. In hopes this will help with the OOM problems. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6364ecf88..9c4177357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ install: case "$BUILD" in stack) ulimit -n 4096 - stack --no-terminal --install-ghc $ARGS build --only-dependencies --fast --flag 'pandoc:embed_data_files' --flag 'aeson:fast' + stack --no-terminal --install-ghc $ARGS build --only-dependencies --fast --flag 'pandoc:embed_data_files' --flag 'aeson:fast' --jobs 2 ;; cabal) cabal --version