Navigation Menu

Skip to content

Commit

Permalink
travis: run tests on HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 36a38d8 commit 56d86e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis-script.sh
Expand Up @@ -9,8 +9,8 @@ case "${BUILD_TOOL}" in
if [ "${ENABLE_MRUBY}" = "yes" ]; then
test/query_optimizer/run-test.rb
fi
# test/command/run-test.sh --interface http
# test/command/run-test.sh --interface http --testee groonga-httpd
test/command/run-test.sh --interface http
test/command/run-test.sh --testee groonga-httpd
;;
cmake)
test/command/run-test.sh
Expand Down

0 comments on commit 56d86e8

Please sign in to comment.