Navigation Menu

Skip to content

Commit

Permalink
traivs: use Cutter deb package bundled in the official apt repository
Browse files Browse the repository at this point in the history
Because sf.net sometimes returns 500...
  • Loading branch information
kou committed Jun 13, 2013
1 parent c42e4f5 commit 844c5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis/install.sh
Expand Up @@ -24,7 +24,8 @@ 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
# curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
sudo apt-get -qq -y install cutter-testing-framework

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

0 comments on commit 844c5a6

Please sign in to comment.