Navigation Menu

Skip to content

Commit

Permalink
travis: use Cutter
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent afe2a0e commit d2dec26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -7,11 +7,13 @@ env:
install:
- echo "deb http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee /etc/apt/sources.list.d/groonga.list
- echo "deb-src http://packages.groonga.org/ubuntu/ $(lsb_release --short --codename) universe" | sudo tee --append /etc/apt/sources.list.d/groonga.list
- echo "deb http://downloads.sourceforge.net/project/cutter/ubuntu/ $(lsb_release --short --codename) main" | sudo tee /etc/apt/sources.list.d/cutter.list
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C837F31
- 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 libgroonga-dev
- sudo apt-get -y install libgroonga-dev cutter-testing-framework
before_script:
- tools/travis_before_script.sh
script:
Expand Down

0 comments on commit d2dec26

Please sign in to comment.