Navigation Menu

Skip to content

Commit

Permalink
travis: install MeCab tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 36f5fbd commit 954f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- echo "deb http://downloads.sourceforge.net/project/cutter/ubuntu/ $(lsb_release --short --codename) main" | sudo tee /etc/apt/sources.list.d/cutter.list
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C837F31
- sudo apt-get update
- sudo apt-get -y install cutter-testing-framework
- sudo apt-get -y install groonga-tokenizer-mecab cutter-testing-framework
before_script:
- tools/travis_before_script.sh
script:
Expand Down

0 comments on commit 954f275

Please sign in to comment.