Navigation Menu

Skip to content

Commit

Permalink
Create directory for Travis-CI
Browse files Browse the repository at this point in the history
tools/traivs_XXX ->
tools/traivs/XXX
  • Loading branch information
kou committed Oct 23, 2012
1 parent 1e09644 commit b5733c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,9 +11,9 @@ install:
- curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
- curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
- sudo apt-get -y install groonga-tokenizer-mecab
- tools/travis_install_mysql.sh
- tools/travis/install_mysql.sh
before_script:
- tools/travis_before_script.sh
- tools/travis/before_script.sh
script:
- test/run-unit-test.sh
- test/run-sql-test.sh
File renamed without changes.
File renamed without changes.

0 comments on commit b5733c7

Please sign in to comment.