We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent817b79b commit0f3ae09Copy full SHA for 0f3ae09
.travis.yml
@@ -26,6 +26,7 @@ notifications:
26
27
# Default MODE is basic, i.e. all tests with PG_PROBACKUP_TEST_BASIC=ON
28
env:
29
+ -PG_VERSION=14 PG_BRANCH=REL_14_STABLE
30
-PG_VERSION=13 PG_BRANCH=REL_13_STABLE
31
-PG_VERSION=12 PG_BRANCH=REL_12_STABLE
32
-PG_VERSION=11 PG_BRANCH=REL_11_STABLE
@@ -42,9 +43,11 @@ env:
42
43
# - PG_VERSION=12 PG_BRANCH=REL_12_STABLE MODE=replica
44
# - PG_VERSION=12 PG_BRANCH=REL_12_STABLE MODE=retention
45
# - PG_VERSION=12 PG_BRANCH=REL_12_STABLE MODE=restore
46
+ -PG_VERSION=15 PG_BRANCH=master
47
-#jobs:
-# allow_failures:
48
+jobs:
49
+allow_failures:
50
+ -env:PG_BRANCH=master
51
# - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
52
53
# Only run CI for master branch commits to limit our travis usage