Navigation Menu

Skip to content

Commit

Permalink
travis: show build log
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 20, 2015
1 parent 1352aa8 commit 1bc8a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis/script.sh
Expand Up @@ -44,9 +44,9 @@ 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
make -j${n_processors} #> /dev/null
fi
}

Expand Down

0 comments on commit 1bc8a8d

Please sign in to comment.