commit 673a0ba2c5dd32744efa6fd85f78374b03aa08bf
parent b1c58b37e599806a4ffdf998fd1379f66c209e73
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 22 Sep 2016 10:48:03 +0200
Reduce number of concurrent build jobs in Travis
Diffstat:
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: