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 8427f4a commit f96fb9eCopy full SHA for f96fb9e
.travis.yml
@@ -1,7 +1,7 @@
1
dist: jammy
2
language: c
3
env:
4
-- PG_MAJOR=18 SNAPSHOT=1
+- PG_MAJOR=18 BETA=1
5
- PG_MAJOR=17
6
- PG_MAJOR=16
7
- PG_MAJOR=15
run-tests.sh
@@ -6,6 +6,7 @@ export PGDATA=/var/lib/postgresql/$PG_MAJOR/test
export COPT=-Werror
export USE_PGXS=1
8
9
+sudo mkdir -p /var/lib/postgresql/$PG_MAJOR
10
sudo chmod 1777 /var/lib/postgresql/$PG_MAJOR
11
sudo chmod 1777 /var/run/postgresql
12
0 commit comments