]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add new maintenance branch format to Travis (#987)
authorKevin Brown <kevin-brown@users.noreply.github.com>
Tue, 7 May 2019 14:38:32 +0000 (10:38 -0400)
committerDavid Lord <davidism@gmail.com>
Tue, 7 May 2019 14:38:32 +0000 (10:38 -0400)
commit323e8928e8c403faec17e743ff3040ee6d9ebc9b
treef46f8bdb1641ab7c293a8569467848020d415ec5
parent64b44589fb462f074889b6faeeca9297472b86fd
Add new maintenance branch format to Travis (#987)

* Added new maintenance branch format to Travis

The maintenance branch format appeared to change from
`[version]-maintenance` to `[version].x` in the recent months, and
this broke Travis CI builds made to those branches. Because they
no longer meet the branch regex, the pull requests builds against
these branches were no longer being run.

This ads the regex for any branch which ends in `.x`, which should
catch the new pattern for maintenance branches.

* Use the branch regex from werkzeug

This is more specific to only catch version number branches.

* Sync with master

Apparently the build configuration for this branch is very old and doesn't match master at all.
.travis.yml