Skip to content

Commit

Permalink
travis: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 12, 2016
1 parent d72df0f commit c1d4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- sudo apt-get -qq -y install groonga-bin groonga-tokenizer-mecab
- gem update bundler
- git clone --depth 1 https://github.com/ranguba/groonga-client.git ../
- git clone --depth 1 https://github.com/ranguba/groonga-client.git ../groonga-client
install:
- bundle install --jobs=3 --retry=3
- |
Expand Down

0 comments on commit c1d4bd8

Please sign in to comment.