Navigation Menu

Skip to content

Commit

Permalink
travis: increase build available time
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 30, 2016
1 parent f3b0e76 commit d3c0852
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/travis/script.sh
Expand Up @@ -43,11 +43,7 @@ fi

build()
{
if [ "${MROONGA_BUNDLED}" = "yes" ]; then
make -j${n_processors} > /dev/null
else
make -j${n_processors} > /dev/null
fi
travis_wait make -j${n_processors} > /dev/null
}

run_unit_test()
Expand Down

0 comments on commit d3c0852

Please sign in to comment.