Skip to content

Commit 4755139

Browse files
committed
travis: refine allow_failures condition (allow fail with postgresql master branch)
1 parent 4de1607 commit 4755139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ env:
4747

4848
jobs:
4949
allow_failures:
50-
- env: PG_BRANCH=master
50+
- if: env(PG_BRANCH) = master
5151
# - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
5252

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

0 commit comments

Comments
 (0)