We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92b9e1 commit a43a52dCopy full SHA for a43a52d
.travis.yml
@@ -25,7 +25,7 @@ git:
25
env:
26
global:
27
- NPROC="$(nproc)"
28
- - JOBS=-j$((1+${NPROC}))
+ - JOBS="-j${NPROC}"
29
# SETARCH are overridden when necessary. See below.
30
- SETARCH=
31
# https://github.com/travis-ci/travis-build/blob/e411371dda21430a60f61b8f3f57943d2fe4d344/lib/travis/build/bash/travis_apt_get_options.bash#L7
0 commit comments