Skip to content

Commit

Permalink
Merge #1484
Browse files Browse the repository at this point in the history
1484: Allow travis to build and push test-* branches r=mergify[bot] a=micw

## What type of PR?

enhancement

## What does this PR do?

Enable travis to build/push branches with the name "test-*"



Co-authored-by: Michael Wyraz <michael@wyraz.de>
Co-authored-by: micw <michael@wyraz.de>
  • Loading branch information
bors[bot] and micw committed May 4, 2020
2 parents ebd14f3 + 714a7ab commit cde7cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ branches:
- /^1\.[567]\.\d+$/
# pre-releases, e.g. 1.8-pre1
- /^1\.8-pre\d+$/
# test branches, e.g. test-debian
- /^test-[\w\-\.]+$/

sudo: required
services: docker
Expand Down

0 comments on commit cde7cb1

Please sign in to comment.