Skip to content

Commit 9851af1

Browse files
committed
Travis-CI Mac environment only has 2 cores.
1 parent 2985b21 commit 9851af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/build-wheels-osx.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ echo 'Begin build'
119119

120120
if [[ $PYTHON_VERSION == 2* ]]; then
121121
echo 'Build for Py2'
122-
make -j8 opencv_python2
122+
make -j2 opencv_python2
123123

124124
fi
125125

126126
if [[ $PYTHON_VERSION == 3* ]]; then
127127
echo 'Build for Py3'
128-
make -j8 opencv_python3
128+
make -j2 opencv_python3
129129

130130
fi
131131

0 commit comments

Comments
 (0)