Skip to content

Commit 7f4290a

Browse files
author
Thomas Parisot
committed
feat(npm): déploie la v2 en avant-première
1 parent 6968af5 commit 7f4290a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,18 @@ deploy:
8383
- provider: npm
8484
tag: next
8585
skip-cleanup: true
86+
tag: latest
8687
on:
8788
tags: true
8889
all-branches: true
8990
condition: $TRAVIS_BRANCH =~ ^v2.
9091
email: "hi@oncletom.io"
9192
api-key: "$NPM_TOKEN"
93+
- provider: npm
94+
skip-cleanup: true
95+
tag: next
96+
on:
97+
tags: true
98+
branch: v2
99+
email: "hi@oncletom.io"
100+
api-key: "$NPM_TOKEN"

0 commit comments

Comments
 (0)