We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3609b8d + b5e3f31 commit 7137904Copy full SHA for 7137904
.travis.yml
@@ -42,8 +42,6 @@ jobs:
42
- bundle install --path vendor/bundle
43
# https://travis-ci.community/t/travis-focal-ubuntu-image-uses-now-expired-mongodb-4-4-package/14293/3
44
- 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
47
# cribbed from https://github.com/SebastiaanKlippert/go-wkhtmltopdf/blob/master/.travis.yml
48
- sudo apt-get update
49
- sudo apt-get install -y build-essential xorg xfonts-75dpi libpng16-16 libssl1.1
0 commit comments