Skip to content

Commit b1a1925

Browse files
author
Vladimir Kotal
committed
allow any branch (Travis considers tagged commits as branches)
1 parent ad65555 commit b1a1925

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
skip_cleanup: true
5353
on:
5454
condition: $TRAVIS_TAG =~ rc[0-9]+$
55-
branch: master
5655
# Full release
5756
- provider: releases
5857
api_key:
@@ -61,4 +60,3 @@ jobs:
6160
skip_cleanup: true
6261
on:
6362
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
64-
branch: master

0 commit comments

Comments
 (0)