From fbe51e3bfe418ee6cd3d54d0947c94db99d6512d Mon Sep 17 00:00:00 2001 From: native-api Date: Wed, 24 Jul 2019 20:13:53 +0300 Subject: [PATCH] Prevent the highly parallel workload from overloading a worker (#1131) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c128dfb20..397363fd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: pip before_install: - pip install docutils script: - - make -j + - make -j$(nproc) deploy: provider: script