Travis: use --jobs=2 for installing dependencies.
In hopes this will help with the OOM problems.
This commit is contained in:
parent
f5c8dd2745
commit
2b2dae8b47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue