File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- sudo : required
1
+ os : linux
2
+
3
+ dist : focal
2
4
3
5
language : c
4
6
31
33
- PG_VERSION=9.5 LEVEL=hardcore
32
34
- PG_VERSION=9.5
33
35
34
- matrix :
36
+ jobs :
35
37
allow_failures :
36
38
- env : PG_VERSION=10 LEVEL=nightmare
37
39
- env : PG_VERSION=9.6 LEVEL=nightmare
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ ADD . /pg/testdir
29
29
# Grant privileges
30
30
RUN chown -R postgres:postgres ${PGDATA} && \
31
31
chown -R postgres:postgres /pg/testdir && \
32
- chmod a+rwx /usr/local/lib /postgresql && \
33
- chmod a+rwx /usr/local/share /postgresql/extension
32
+ chmod a+rwx /usr/local/share /postgresql/extension && \
33
+ find /usr/local/lib /postgresql -type d -print0 | xargs -0 chmod a+rwx
34
34
35
35
COPY run_tests.sh /run.sh
36
36
RUN chmod 755 /run.sh
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org /postgrespro/pg_pathman.svg?branch=master )] ( https://travis-ci.org /postgrespro/pg_pathman )
1
+ [ ![ Build Status] ( https://travis-ci.com /postgrespro/pg_pathman.svg?branch=master )] ( https://travis-ci.com /postgrespro/pg_pathman )
2
2
[ ![ PGXN version] ( https://badge.fury.io/pg/pg_pathman.svg )] ( https://badge.fury.io/pg/pg_pathman )
3
3
[ ![ codecov] ( https://codecov.io/gh/postgrespro/pg_pathman/branch/master/graph/badge.svg )] ( https://codecov.io/gh/postgrespro/pg_pathman )
4
4
[ ![ GitHub license] ( https://img.shields.io/badge/license-PostgreSQL-blue.svg )] ( https://raw.githubusercontent.com/postgrespro/pg_pathman/master/LICENSE )
You can’t perform that action at this time.
0 commit comments