www

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

commit fc47228c6f841ba7b1cee487e2dd559d50bf3725
parent 5d8afa4d052291dfc82a8464953566ff01578974
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 26 Jan 2017 06:20:50 +0100

Limit CPUs to avoid OOM

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

diff --git a/.travis.yml b/.travis.yml @@ -34,7 +34,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: