Navigation Menu

Skip to content

Commit

Permalink
travis: keep output to avoid killing by Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent 4d95f59 commit 509da95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -44,7 +44,7 @@ fi
build()
{
if [ "${MROONGA_BUNDLED}" = "yes" ]; then
make -j${n_processors} > /dev/null
make -j${n_processors} # > /dev/null
else
make -j${n_processors} > /dev/null
fi
Expand Down

0 comments on commit 509da95

Please sign in to comment.