Kouhei Sutou 2019-05-21 10:21:00 +0900 (Tue, 21 May 2019) Revision: b04f60597277f1c306a1f82c4e044873e27bc973 https://github.com/mroonga/mroonga/commit/b04f60597277f1c306a1f82c4e044873e27bc973 Message: travis: fix MySQL version detection Modified files: tools/travis/script.sh Modified: tools/travis/script.sh (+3 -1) =================================================================== --- tools/travis/script.sh 2019-05-21 06:20:43 +0900 (91c7b1c1) +++ tools/travis/script.sh 2019-05-21 10:21:00 +0900 (00251779) @@ -22,6 +22,8 @@ set -e base_dir="$(cd $(dirname $0); pwd)" top_dir="${base_dir}/../.." +CI_MYSQL_VERSION="${MYSQL_VERSION}" + bundled_mroonga_dir="${top_dir}/storage/mroonga" if [ -f "${bundled_mroonga_dir}/config.sh" ]; then mroonga_dir="${bundled_mroonga_dir}" @@ -97,7 +99,7 @@ prepare_sql_test() run_sql_test() { test_args=() - case "${MYSQL_VERSION}" in + case "${CI_MYSQL_VERSION}" in mysql-8.0) n_processors=1 ;; -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190521/56b7792c/attachment.html>