Navigation Menu

Skip to content

Commit

Permalink
doc: use setup script for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 13, 2012
1 parent 46308fe commit bfcec03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/source/development/travis-ci.txt
Expand Up @@ -33,11 +33,7 @@ by Travis CI such as Ruby. You should use ``install`` otherwise.
Add the following ``before_install`` configuration to ``.travisyml``::

before_install:
- echo "deb http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee /etc/apt/sources.list.d/groonga.list
- sudo apt-get update
- sudo apt-get -y --allow-unauthenticated install groonga-keyring
- sudo apt-get update
- sudo apt-get -y install libgroonga-dev
- curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh

If you need to use ``install`` hook instead of ``before_install``, you
just substitute ``before_install:`` with ``install:``.
Expand Down

0 comments on commit bfcec03

Please sign in to comment.