Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b77d159

Browse files
committed
Add more tests and allow failures for 9.6 for now
1 parent a1a340f commit b77d159

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ env:
2323
- PG_VERSION=10 CHECK_CODE=clang
2424
- PG_VERSION=10 CHECK_CODE=cppcheck
2525
- PG_VERSION=10 CHECK_CODE=false
26+
- PG_VERSION=11 CHECK_CODE=clang
2627
- PG_VERSION=11 CHECK_CODE=false
28+
- PG_VERSION=12 CHECK_CODE=clang
2729
- PG_VERSION=12 CHECK_CODE=false
30+
31+
jobs:
32+
allow_failures:
33+
- env: PG_VERSION=9.6 CHECK_CODE=false

0 commit comments

Comments
 (0)