Skip to content

Commit

Permalink
PG11: Use default repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Algunenano committed Dec 4, 2018
1 parent 771df95 commit d502a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ env:

matrix:
include:
- env: PGSQL_VERSION=9.5
- env: PGSQL_VERSION=9.6
- env: PGSQL_VERSION=10
- env: PGSQL_VERSION=11
- env: POSTGRESQL_VERSION=9.5
- env: POSTGRESQL_VERSION=9.6
- env: POSTGRESQL_VERSION=10
- env: POSTGRESQL_VERSION=11

addons:
apt:
Expand Down
5 changes: 0 additions & 5 deletions test/scripts/ci/install_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ set -x
# exit on error
set -e

# Add the PDGD repository
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys ACCC4CF8
add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
apt-get update

# Remove those all PgSQL versions
service postgresql stop;
apt-get remove postgresql* -y
Expand Down

0 comments on commit d502a6f

Please sign in to comment.