Skip to content

Commit 4db8405

Browse files
author
Vladimir Kotal
committed
fix lint
1 parent 0b8c884 commit 4db8405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
skip_cleanup: true
5353
on:
5454
condition: $TRAVIS_TAG =~ rc[0-9]+$
55-
branch: master
55+
branch: master
5656
# Full release
5757
- provider: releases
5858
api_key:
@@ -61,4 +61,4 @@ jobs:
6161
skip_cleanup: true
6262
on:
6363
condition: ! $TRAVIS_TAG =~ rc[0-9]+$
64-
branch: master
64+
branch: master

0 commit comments

Comments
 (0)