Skip to content

Commit

Permalink
Remove dist-supplied pgdg.list
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Nov 9, 2018
1 parent 309f82c commit 53cfc0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.sh
Expand Up @@ -7,6 +7,10 @@ client_configure() {
echo -n
}

remove_old_pgdg() {
sudo rm /etc/apt/sources.list.d/pgdg.list
}

pgdg_repository() {
local sourcelist='sources.list.d/postgresql.list'

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,7 @@ env:

before_install:
- ./.travis.sh postgresql_uninstall
- ./.travis.sh remove_old_pgdg
- ./.travis.sh pgdg_repository
- ./.travis.sh postgresql_install

Expand Down

0 comments on commit 53cfc0f

Please sign in to comment.