From 0fbcd59af23c6e5719e0c509d3dadcfe4db50a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 12 Jan 2017 22:17:02 +0100 Subject: [PATCH] Build with fewer CPUS, to avoid OOM --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82503aa8..20e299f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,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: