Skip to content

Commit

Permalink
Fix backport branch filtering for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 4, 2019
1 parent 7119b74 commit 92a7027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ cache:
directories:
- ${HOME}/.ccache
timeout: 1000
if: branch !~ /^backport-\d+-on-/
if: NOT branch =~ /^backport-\d+-on-/

env:
global:
Expand Down

0 comments on commit 92a7027

Please sign in to comment.