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.
1 parent fae1857 commit 908c56fCopy full SHA for 908c56f
.travis.yml
@@ -9,7 +9,7 @@ env:
9
- PG_MAJOR=14
10
- PG_MAJOR=13
11
before_script:
12
-- sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
+- sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
13
- sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -p -i -v ${PG_MAJOR}
14
- sudo systemctl stop postgresql
15
script: ./run-tests.sh
0 commit comments