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:
parent
6e8e948fd6
commit
7c3f49a7eb
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user