Navigation Menu

Skip to content

Commit

Permalink
travis: don't install groonga-tokenizer-mecab package if it already e…
Browse files Browse the repository at this point in the history
…xists

This is for GROONGA_MASTER=yes.
  • Loading branch information
kou committed Feb 6, 2013
1 parent cebc1dd commit 5985aeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/travis/install.sh
Expand Up @@ -25,7 +25,10 @@ export GROONGA_NORMALIZER_MYSQL_MASTER=yes
curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
curl https://raw.github.com/groonga/groonga-normalizer-mysql/master/data/travis/setup.sh | sh
curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
sudo apt-get -qq -y install groonga-tokenizer-mecab

if [ ! -f /usr/lib/groonga/plugins/tokenizers/mecab.so ]; then
sudo apt-get -qq -y install groonga-tokenizer-mecab
fi

mkdir -p vendor
cd vendor
Expand Down

0 comments on commit 5985aeb

Please sign in to comment.