Skip to content

Commit 150e4d5

Browse files
committed
Run CI tests with PostgreSQL 13 as well
1 parent 8440edd commit 150e4d5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/results
55
*pg_wait_sampling--1.1.sql
66
.log
7+
Dockerfile

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ env:
2727
- PG_VERSION=11 CHECK_CODE=false
2828
- PG_VERSION=12 CHECK_CODE=clang
2929
- PG_VERSION=12 CHECK_CODE=false
30+
- PG_VERSION=13 CHECK_CODE=clang
31+
- PG_VERSION=13 CHECK_CODE=false

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ if [ "$CHECK_CODE" = "clang" ]; then
1919

2020
elif [ "$CHECK_CODE" = "cppcheck" ]; then
2121
cppcheck \
22-
--template "{file} ({line}): {severity} ({id}): {message}" \
22+
--template "{file} ({line}): {severity} ({id}): {message}" \
2323
--enable=warning,portability,performance \
2424
--suppress=redundantAssignment \
2525
--suppress=uselessAssignmentPtrArg \
26-
--suppress=literalWithCharPtrCompare \
26+
--suppress=literalWithCharPtrCompare \
2727
--suppress=incorrectStringBooleanError \
2828
--std=c89 *.c *.h 2> cppcheck.log
2929

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy