Skip to content

Commit 181b802

Browse files
author
Ekaterina Sokolova
committed
Update configuration for Travis CI.
1 parent 6a065fd commit 181b802

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ notifications:
2323
on_failure: always
2424

2525
env:
26+
- PG_VERSION=17
27+
- PG_VERSION=17 LEVEL=hardcore
2628
- PG_VERSION=16
2729
- PG_VERSION=16 LEVEL=hardcore
2830
- PG_VERSION=15
@@ -35,3 +37,8 @@ env:
3537
- PG_VERSION=12 LEVEL=hardcore
3638
- PG_VERSION=11
3739
- PG_VERSION=11 LEVEL=hardcore
40+
41+
matrix:
42+
allow_failures:
43+
- env: PG_VERSION=11
44+
- env: PG_VERSION=11 LEVEL=hardcore

0 commit comments

Comments
 (0)