summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2019-09-25 00:07:09 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2019-09-25 00:07:09 +0200
commit202158e2cdf78d02d646e0471f493503dd8d6eb4 (patch)
treefafa67a6641ee67da2054325250173618e318a3c /travis
parent652c09ecf77b8d98dd0857507b36419ef019e56d (diff)
parent3205ebefa3cb5dd0a1b8bbd0a407cecad025e8af (diff)
downloadphp-git-202158e2cdf78d02d646e0471f493503dd8d6eb4.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Use nproc instead of hardcoded number
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 34b0c91fac..e4706e0f96 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -23,7 +23,7 @@ else
MAKE_QUIET=""
fi
-MAKE_JOBS=${MAKE_JOBS:-2}
+MAKE_JOBS=${MAKE_JOBS:-$(nproc)}
./buildconf --force
./configure \