Navigation Menu

Skip to content

Commit

Permalink
travis: use master of Groonga even if Mroonga is not bundled case
Browse files Browse the repository at this point in the history
ref: 6fb253a
  • Loading branch information
Masafumi Yokoyama committed May 28, 2018
1 parent 6fb253a commit a61dcbd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tools/travis/install.sh
Expand Up @@ -74,8 +74,13 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
https://github.com/groonga/groonga-normalizer-mysql.git \
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql
else
curl --silent --location \
https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
# Use master to fix a test.
# ref: https://github.com/mroonga/mroonga/commit/6fb253a29522e7e745297a0e0082d9e7e072f962
#curl --silent --location \
# https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
git clone --recursive --depth 1 \
https://github.com/groonga/groonga.git \
storage/mroonga/vendor/groonga
curl --silent --location \
https://raw.githubusercontent.com/groonga/groonga-normalizer-mysql/master/data/travis/setup.sh | sh
# curl --silent --location \
Expand Down

0 comments on commit a61dcbd

Please sign in to comment.