Skip to content

Commit 00cdd39

Browse files
authored
add npm deploy config to travis
1 parent 88dffbb commit 00cdd39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ before_install:
2121
branches:
2222
only:
2323
- master
24+
25+
deploy:
26+
provider: npm
27+
skip-cleanup: true
28+
29+
api_key: $NPM_AUTH_TOKEN
30+
on:
31+
tags: true

0 commit comments

Comments
 (0)