Skip to content

Commit f96fb9e

Browse files
author
Sergey Shinderuk
committed
Fix Travis CI build
1 parent 8427f4a commit f96fb9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: jammy
22
language: c
33
env:
4-
- PG_MAJOR=18 SNAPSHOT=1
4+
- PG_MAJOR=18 BETA=1
55
- PG_MAJOR=17
66
- PG_MAJOR=16
77
- PG_MAJOR=15

run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export PGDATA=/var/lib/postgresql/$PG_MAJOR/test
66
export COPT=-Werror
77
export USE_PGXS=1
88

9+
sudo mkdir -p /var/lib/postgresql/$PG_MAJOR
910
sudo chmod 1777 /var/lib/postgresql/$PG_MAJOR
1011
sudo chmod 1777 /var/run/postgresql
1112

0 commit comments

Comments
 (0)