Skip to content

Commit 8f71fed

Browse files
committed
Merge tag 'v1.2.0'
2 parents f17790d + 017e04f commit 8f71fed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ install:
1515
- npm run build
1616

1717
deploy:
18-
- provider: scripts
18+
- provider: script
1919
script: bash scripts/lerna_publish
2020
on:
21-
branch: master
21+
all_branches: true
22+
tags: true
2223
skip_cleanup: true
2324

2425
- provider: pages

0 commit comments

Comments
 (0)