Navigation Menu

Skip to content

Commit

Permalink
travis: reduce the max number of build processes for bundled build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 20, 2015
1 parent d43831f commit 5ef4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -33,7 +33,7 @@ fi

n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
if [ "${MROONGA_BUNDLED}" = "yes" ]; then
max_n_processors=4
max_n_processors=1
else
max_n_processors=8
fi
Expand Down

0 comments on commit 5ef4ceb

Please sign in to comment.