Navigation Menu

Skip to content

Commit

Permalink
travis: use raw.githubusercontent.com
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2017
1 parent 3282e70 commit 5e755fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/travis/install.sh
Expand Up @@ -74,11 +74,11 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql
else
curl --silent --location \
https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
curl --silent --location \
https://github.com/groonga/groonga-normalizer-mysql/raw/master/data/travis/setup.sh | sh
https://raw.githubusercontent.com/groonga/groonga-normalizer-mysql/master/data/travis/setup.sh | sh
# curl --silent --location \
# https://github.com/clear-code/cutter/raw/master/data/travis/setup.sh | sh
# https://raw.githubusercontent.com/clear-code/cutter/master/data/travis/setup.sh | sh

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 5e755fb

Please sign in to comment.