Navigation Menu

Skip to content

Commit

Permalink
travis: remove needless deb-src for the default apt repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent b71323c commit 226d03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ env:
- MYSQL_VERSION=system
- MYSQL_VERSION=5.5.25a
install:
- sudo sed -e 's/^deb/deb-src/' /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/source.list
- 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
Expand Down

0 comments on commit 226d03a

Please sign in to comment.