Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98b1f18

Browse files
committed
fix travis-ci build, remove deprecated options from yaml, move to travis-ci.com (from .org)
1 parent 8cf5f29 commit 98b1f18

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
sudo: required
1+
os: linux
2+
3+
dist: focal
24

35
language: c
46

@@ -31,7 +33,7 @@ env:
3133
- PG_VERSION=9.5 LEVEL=hardcore
3234
- PG_VERSION=9.5
3335

34-
matrix:
36+
jobs:
3537
allow_failures:
3638
- env: PG_VERSION=10 LEVEL=nightmare
3739
- env: PG_VERSION=9.6 LEVEL=nightmare

Dockerfile.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ADD . /pg/testdir
2929
# Grant privileges
3030
RUN chown -R postgres:postgres ${PGDATA} && \
3131
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
3434

3535
COPY run_tests.sh /run.sh
3636
RUN chmod 755 /run.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![PGXN version](https://badge.fury.io/pg/pg_pathman.svg)](https://badge.fury.io/pg/pg_pathman)
33
[![codecov](https://codecov.io/gh/postgrespro/pg_pathman/branch/master/graph/badge.svg)](https://codecov.io/gh/postgrespro/pg_pathman)
44
[![GitHub license](https://img.shields.io/badge/license-PostgreSQL-blue.svg)](https://raw.githubusercontent.com/postgrespro/pg_pathman/master/LICENSE)

0 commit comments

Comments
 (0)