Skip to content

Commit

Permalink
Switch from manual steps to apt setup script
Browse files Browse the repository at this point in the history
Encapsulating this stuff will make it easier for other extensions
to follow suit on 9.5.
  • Loading branch information
jasonmp85 committed Aug 20, 2015
1 parent 8cd04e2 commit 9c88072
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -10,11 +10,8 @@ env:
- PGVERSION=9.5
- PGVERSION=40.0
before_install:
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
- sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main 9.5" >> /etc/apt/sources.list.d/postgresql.list'
- sudo apt-get update -qq
- sudo update-alternatives --remove-all postmaster.1.gz
- git clone --depth 1 https://gist.github.com/9963879.git tools
- tools/setup_apt.sh
- tools/nuke_pg.sh
install:
- sudo pip install cpp-coveralls
Expand Down

0 comments on commit 9c88072

Please sign in to comment.