Skip to content

Commit 017e04f

Browse files
committed
Fix Travis script
1 parent d58f568 commit 017e04f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ install:
1717
deploy:
1818
- provider: script
1919
script: bash scripts/lerna_publish
20+
on:
21+
all_branches: true
22+
tags: true
2023
skip_cleanup: true
2124

2225
- provider: pages

0 commit comments

Comments
 (0)