Skip to content

Commit 4dc05f6

Browse files
committed
Add master branch
1 parent 8f71fed commit 4dc05f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ deploy:
1818
- provider: script
1919
script: bash scripts/lerna_publish
2020
on:
21-
all_branches: true
21+
branch: master
22+
skip_cleanup: true
23+
24+
- provider: script
25+
script: bash scripts/lerna_publish
26+
on:
2227
tags: true
2328
skip_cleanup: true
2429

0 commit comments

Comments
 (0)