Skip to content

Commit c10f72e

Browse files
Piotr Oleśpiotr-oles
authored andcommitted
chore: fix travis deployment - revert to all_branches: true
It's hard to test travis deployment on protected branches - that's why we have to revert changes and use "all_branches: true" - specyfing more than one branch won't work.
1 parent e3c3973 commit c10f72e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,4 @@ jobs:
3434
script:
3535
- yarn exec semantic-release
3636
on:
37-
branches:
38-
only:
39-
- beta
40-
- master
37+
all_branches: true

0 commit comments

Comments
 (0)