Navigation Menu

Skip to content

Commit

Permalink
travis: use the default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 30, 2016
1 parent 298df63 commit 95265f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/travis/script.sh
Expand Up @@ -111,8 +111,7 @@ run_sql_test()
${mroonga_dir}/test/run-sql-test.sh \
"${test_args[@]}" \
--parallel="${n_processors}" \
--retry=2 \
--retry-failure=2
--retry=3
else
prepare_sql_test

Expand All @@ -121,8 +120,7 @@ run_sql_test()
"${test_args[@]}" \
--no-check-testcases \
--parallel="${n_processors}" \
--retry=2 \
--retry-failure=2 \
--retry=3 \
--suite="${test_suite_names}" \
--force
fi
Expand Down

0 comments on commit 95265f9

Please sign in to comment.