Skip to content

Commit 92a7027

Browse files
authoredMar 4, 2019
Fix backport branch filtering for travis
1 parent 7119b74 commit 92a7027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
directories:
1010
- ${HOME}/.ccache
1111
timeout: 1000
12-
if: branch !~ /^backport-\d+-on-/
12+
if: NOT branch =~ /^backport-\d+-on-/
1313

1414
env:
1515
global:

0 commit comments

Comments
 (0)
Please sign in to comment.