From 4dc694382fb1fe260abd6953a8c735b501261903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com> Date: Thu, 22 Sep 2016 23:07:47 +0200 Subject: [PATCH] Limited concurrent jobs in Travis to avoid OOM --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17dd909..8e2f903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ before_install: - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us install: - - raco pkg install --deps search-auto + - raco pkg install -j 2 --deps search-auto before_script: