Navigation Menu

Skip to content

Commit

Permalink
travis: try to use multiple processes to build MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 26, 2015
1 parent 0df609f commit 4f4c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -40,7 +40,7 @@ fi
build()
{
if [ "${MROONGA_BUNDLED}" = "yes" ]; then
make > /dev/null
make -j${n_processors} > /dev/null
else
make -j${n_processors} > /dev/null
fi
Expand Down

0 comments on commit 4f4c968

Please sign in to comment.