Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9426 from qgis/pcav-patch-1
Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
m-kuhn committed Mar 8, 2019
2 parents 6714819 + b55f7e3 commit 4f1dd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -13,3 +13,4 @@ Include a few sentences describing the overall goals for this PR (pull request).
- [ ] This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR)
- [ ] New unit tests have been added for core changes
- [ ] I have run [the `scripts/prepare-commit.sh` script](https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTING.md#contributing-to-qgis) before each commit
- [ ] Did not drink while coding
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ cache:
- ${HOME}/.ccache_docker_build_cosmic
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/ AND NOT branch =~ /-patch-\d+$/

env:
global:
Expand Down

0 comments on commit 4f1dd95

Please sign in to comment.