summaryrefslogtreecommitdiff
path: root/ci/travis.sh
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-05-14 16:31:47 +0800
committerlijia <[email protected]>2021-05-14 16:31:47 +0800
commit97d8635fe136b7c4f076993c9a798544b8534638 (patch)
treeaf3338b8d17e13dcd8977b6865c1e6b894431a86 /ci/travis.sh
parent5b98d1cad0934b93c328f3d9136277cd93897736 (diff)
更新CI.
Diffstat (limited to 'ci/travis.sh')
-rw-r--r--ci/travis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 07881f0..241cbed 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -21,6 +21,8 @@ if [ $NPROCESSORS -gt 4 ] ; then
NPROCESSORS=4
fi
+NPROCESSORS=1
+
# Tell make to use the processors. No preceding '-' required.
MAKEFLAGS="j${NPROCESSORS}"
export MAKEFLAGS