www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4dc694382fb1fe260abd6953a8c735b501261903
parent 15ceea43fceb4162c5cd8372fcb9a5e9cb376815
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 22 Sep 2016 23:07:47 +0200

Limited concurrent jobs in Travis to avoid OOM

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: