Skip to content

Commit a43a52d

Browse files
committed
.travis.yml: Reduce the parallel job number.
I think the "1+$(nproc)" is too much.
1 parent b92b9e1 commit a43a52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git:
2525
env:
2626
global:
2727
- NPROC="$(nproc)"
28-
- JOBS=-j$((1+${NPROC}))
28+
- JOBS="-j${NPROC}"
2929
# SETARCH are overridden when necessary. See below.
3030
- SETARCH=
3131
# https://github.com/travis-ci/travis-build/blob/e411371dda21430a60f61b8f3f57943d2fe4d344/lib/travis/build/bash/travis_apt_get_options.bash#L7

0 commit comments

Comments
 (0)