Skip to content

Commit 33a29a0

Browse files
author
Maxim Orlov
committed
Revert "Merge branch 'master' into stable"
This reverts commit 19e5a77, reversing changes made to 5af8629.
1 parent 19e5a77 commit 33a29a0

File tree

6 files changed

+29
-5650
lines changed

6 files changed

+29
-5650
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
sudo: required
2+
13
language: c
24

35
services:
@@ -16,22 +18,13 @@ notifications:
1618
on_failure: always
1719

1820
env:
19-
- PG_VERSION=13 LEVEL=nightmare
20-
- PG_VERSION=13 LEVEL=hardcore
21-
- PG_VERSION=13
22-
# - PG_VERSION=12 LEVEL=nightmare
23-
- PG_VERSION=12 LEVEL=hardcore
24-
- PG_VERSION=12
25-
# - PG_VERSION=11 LEVEL=nightmare
21+
- PG_VERSION=11 LEVEL=nightmare
2622
- PG_VERSION=11 LEVEL=hardcore
2723
- PG_VERSION=11
2824
- PG_VERSION=10
2925
- PG_VERSION=9.6
3026
- PG_VERSION=9.5
3127

32-
# XXX: consider fixing nightmare mode
3328
matrix:
3429
allow_failures:
3530
- env: PG_VERSION=11 LEVEL=nightmare
36-
- env: PG_VERSION=12 LEVEL=nightmare
37-
- env: PG_VERSION=13 LEVEL=nightmare

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --no-cache \
55
openssl curl \
66
perl perl-ipc-run \
77
make musl-dev gcc bison flex coreutils \
8-
zlib-dev libedit-dev linux-headers \
8+
zlib-dev libedit-dev \
99
clang clang-analyzer;
1010

1111
# Install fresh valgrind

0 commit comments

Comments
 (0)