Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61258f4

Browse filesBrowse files
committed
Changes for travis-ci
1 parent 8c49086 commit 61258f4
Copy full SHA for 61258f4

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ notifications:
2323
on_failure: always
2424

2525
env:
26+
- PG_VERSION=16
27+
- PG_VERSION=16 LEVEL=hardcore
2628
- PG_VERSION=15
2729
- PG_VERSION=15 LEVEL=hardcore
2830
- PG_VERSION=14
@@ -33,5 +35,3 @@ env:
3335
- PG_VERSION=12 LEVEL=hardcore
3436
- PG_VERSION=11
3537
- PG_VERSION=11 LEVEL=hardcore
36-
- PG_VERSION=10
37-
- PG_VERSION=10 LEVEL=hardcore

‎travis/Dockerfile.in

Copy file name to clipboardExpand all lines: travis/Dockerfile.in
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM postgres:${PG_VERSION}-alpine
44
RUN apk add --no-cache \
55
linux-headers \
66
openssl curl \
7-
perl perl-ipc-run \
7+
perl perl-ipc-run perl-dev perl-app-cpanminus perl-dbi \
88
make musl-dev gcc bison flex coreutils \
99
zlib-dev libedit-dev \
10-
clang clang-analyzer;
10+
pkgconf icu-dev clang clang15 clang-analyzer;
1111

1212
# Environment
1313
ENV LANG=C.UTF-8 PGDATA=/pg/data

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.