aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-20 12:35:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-20 12:35:58 -0800
commit2b2dae8b471065a12ea2bd670e472317b1bd688a (patch)
tree0737a294de4b6fbae89140937cee5d079ae15d76 /.travis.yml
parentf5c8dd2745710140fb6b9c9fcfae6d037fb70fd9 (diff)
downloadpandoc-2b2dae8b471065a12ea2bd670e472317b1bd688a.tar.gz
Travis: use --jobs=2 for installing dependencies.
In hopes this will help with the OOM problems.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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