Skip to content

Commit 2d3b3e6

Browse files
committed
Merge branch 'master' into alpha
2 parents ac84a8c + b09ded1 commit 2d3b3e6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ deploy:
1313
- provider: script
1414
skip_cleanup: true
1515
on:
16-
branch: master
17-
script:
18-
- npx semantic-release
19-
- provider: script
20-
skip_cleanup: true
21-
on:
22-
branch: alpha
16+
all_branches: true
17+
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
2318
script:
2419
- npx semantic-release

0 commit comments

Comments
 (0)