Navigation Menu

Skip to content

Commit

Permalink
Revert "travis: use master of Groonga even if Mroonga is not bundled …
Browse files Browse the repository at this point in the history
…case"

This reverts commit a61dcbd.
  • Loading branch information
Masafumi Yokoyama committed May 28, 2018
1 parent a61dcbd commit 099e609
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/travis/install.sh
Expand Up @@ -74,13 +74,8 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
https://github.com/groonga/groonga-normalizer-mysql.git \
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql
else
# 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/master/data/travis/setup.sh | sh
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 099e609

Please sign in to comment.