Reduce the number of CPUs used on Travis, to avoid OOM

This commit is contained in:
Georges Dupéron 2016-12-27 19:27:09 +01:00
parent ac539a0a33
commit 769128898b

View File

@ -32,7 +32,7 @@ install:
before_script:
script:
- raco pkg install --deps search-auto --link aful
- raco pkg install -j 2 --deps search-auto --link aful
- raco test -x -p aful
after_script: