1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

travis: run on every branch, do not tolerate job failures

This commit is contained in:
Grigory Smolkin 2021-06-17 19:28:48 +03:00
parent 6e8e948fd6
commit 7c3f49a7eb

View File

@ -42,11 +42,11 @@ env:
- PG_VERSION=9.6 PG_BRANCH=REL9_6_STABLE
- PG_VERSION=9.5 PG_BRANCH=REL9_5_STABLE
jobs:
allow_failures:
- if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
#jobs:
# allow_failures:
# - if: env(MODE) IN (archive, backup, delta, locking, merge, replica, retention, restore)
# Only run CI for master branch commits to limit our travis usage
branches:
only:
- master
#branches:
# only:
# - master