Navigation Menu

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 12, 2012
1 parent 613e42d commit c044abc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -2,10 +2,5 @@ language: node_js
node_js:
- 0.6
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 -y purge zeromq
- sudo apt-get update
- sudo apt-get -y install groonga libgroonga-dev
- curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
- npm install

0 comments on commit c044abc

Please sign in to comment.