Limit parallel builds as Travis apparently runs out of memory

vector-concat
Marius Kintel 2013-10-30 22:39:18 -04:00
parent 83dc80ff5f
commit 435e0c021c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ $? != 0 ]]; then
echo "Error configuring test suite"
exit 1
fi
make -j4
make -j2
if [[ $? != 0 ]]; then
echo "Error building test suite"
exit 1