Reduce number of concurrent build jobs in Travis

This commit is contained in:
Georges Dupéron 2016-09-22 10:48:03 +02:00
parent b1c58b37e5
commit 673a0ba2c5

View File

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