Build with fewer CPUS, to avoid OOM

This commit is contained in:
Georges Dupéron 2017-01-12 22:17:02 +01:00
parent 99c63ecd55
commit 0fbcd59af2

View File

@ -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: