Travis: use --jobs=2 for installing dependencies.

In hopes this will help with the OOM problems.
This commit is contained in:
John MacFarlane 2017-12-20 12:35:28 -08:00
parent f5c8dd2745
commit 2b2dae8b47

View file

@ -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