Navigation Menu

Skip to content

Commit

Permalink
travis: stop to run tests by Cutter
Browse files Browse the repository at this point in the history
We cannot run Cutter stably on Travis CI...
  • Loading branch information
kou committed Jun 13, 2013
1 parent 9236e52 commit 3fa5fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tools/travis/install.sh
Expand Up @@ -25,8 +25,6 @@ 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 update
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
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -98,5 +98,5 @@ run_sql_test()
}

build
run_unit_test
# run_unit_test
run_sql_test

0 comments on commit 3fa5fee

Please sign in to comment.