Skip to content

Commit

Permalink
travis: use groonga setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 13, 2012
1 parent 66ac1b9 commit 192a647
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -2,7 +2,4 @@ language: node_js
node_js: node_js:
- 0.6 - 0.6
before_install: before_install:
- echo "deb http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee /etc/apt/sources.list.d/groonga.list - curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
- sudo apt-get update
- sudo apt-get -y --allow-unauthenticated install groonga-keyring
- sudo apt-get -y --force-yes install libgroonga-dev

0 comments on commit 192a647

Please sign in to comment.