We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c5f78 commit 0c6e36aCopy full SHA for 0c6e36a
.travis.yml
@@ -22,7 +22,6 @@ notifications:
22
on_failure: always
23
24
env:
25
- - PG_VERSION=17 LEVEL=hardcore USE_TPCDS=1
26
- PG_VERSION=17
27
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
28
- PG_VERSION=16
@@ -40,6 +39,7 @@ env:
40
39
41
matrix:
42
allow_failures:
+ - env: PG_VERSION=13 LEVEL=hardcore USE_TPCDS=1
43
- env: PG_VERSION=11
44
- env: PG_VERSION=10
45
- env: PG_VERSION=9.6
0 commit comments