aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-11-03 12:44:36 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-11-03 13:56:26 +0100
commita43a52d415dff3868297ab070da4d4fd820f6b37 (patch)
treead56f53445c7692df722eb03c6034a2cf7a9e5a1 /.travis.yml
parentb92b9e1e9e078d6bc1066a9335efb9e31f3bd4d9 (diff)
downloadruby-a43a52d415dff3868297ab070da4d4fd820f6b37.tar.gz
.travis.yml: Reduce the parallel job number.
I think the "1+$(nproc)" is too much.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 41e059760c..baefc4cd28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ git:
env:
global:
- NPROC="$(nproc)"
- - JOBS=-j$((1+${NPROC}))
+ - JOBS="-j${NPROC}"
# SETARCH are overridden when necessary. See below.
- SETARCH=
# https://github.com/travis-ci/travis-build/blob/e411371dda21430a60f61b8f3f57943d2fe4d344/lib/travis/build/bash/travis_apt_get_options.bash#L7