Skip to content

Commit 7137904

Browse files
authored
Merge pull request scala#11110 from lrytz/travis-fix-revert
Revert "Adjust apt source for postgres"
2 parents 3609b8d + b5e3f31 commit 7137904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- bundle install --path vendor/bundle
4343
# https://travis-ci.community/t/travis-focal-ubuntu-image-uses-now-expired-mongodb-4-4-package/14293/3
4444
- wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
45-
# https://www.postgresql.org/about/news/announcing-apt-archivepostgresqlorg-2024
46-
- sudo sed -i 's|http://apt.postgresql.org/pub/repos/apt|https://apt-archive.postgresql.org/pub/repos/apt|g' /etc/apt/sources.list.d/postgresql.list
4745
# cribbed from https://github.com/SebastiaanKlippert/go-wkhtmltopdf/blob/master/.travis.yml
4846
- sudo apt-get update
4947
- sudo apt-get install -y build-essential xorg xfonts-75dpi libpng16-16 libssl1.1

0 commit comments

Comments
 (0)