Navigation Menu

Skip to content

Commit

Permalink
doc travis: use raw.githubusercontent.com
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 27, 2017
1 parent 2f1890c commit 1bd6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/development/travis-ci.rst
Expand Up @@ -35,7 +35,7 @@ Add the following ``sudo`` and ``before_install`` configuration to

sudo: required
before_install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- curl --silent --location https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh

``sudo: required`` configuration is required because ``sudo`` command
is used in the setup script.
Expand Down

0 comments on commit 1bd6a26

Please sign in to comment.