Skip to content

Commit c658076

Browse files
committed
Tell Travis not to test the push from MrMeeseeks
Use the ability to exclude branches as describe there: - https://docs.travis-ci.com/user/customizing-the-build/#Safelisting-or-blocklisting-branches Relatively easy as MrMeeseeks push a known branch format. This of course cannot be tested until merged and backported, and another backport triggered.
1 parent 36751d3 commit c658076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ after_success:
1717
matrix:
1818
allow_failures:
1919
- python: nightly
20+
branches:
21+
except:
22+
- /^auto-backport-of-pr-[0-9]+$/

0 commit comments

Comments
 (0)