Reduce the number of CPUs used on Travis, to avoid OOM
This commit is contained in:
parent
ac539a0a33
commit
769128898b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user