Skip to content

Commit 9ba98ad

Browse files
committed
travis: make 9.5 test allowed to fail
1 parent 807df12 commit 9ba98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
jobs:
5151
allow_failures:
5252
- if: env(PG_BRANCH) = master
53-
- if: env(PG_BRANCH) = 9.5
53+
- if: env(PG_BRANCH) = REL9_5_STABLE
5454
# - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
5555

5656
# Only run CI for master branch commits to limit our travis usage

0 commit comments

Comments
 (0)