Skip to content

Commit 166f7bc

Browse files
authored
Added NPM deploy provider
1 parent 6880484 commit 166f7bc

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.travis.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ node_js:
33
- 12
44
script: npm run build
55
deploy:
6-
provider: releases
7-
token: $GITHUB_TOKEN
8-
file: './morpher.zip'
9-
edge: true # opt in to dpl v2
10-
on:
11-
tags: true
6+
- provider: releases
7+
token: $GITHUB_TOKEN
8+
file: './morpher.zip'
9+
edge: true # opt in to dpl v2
10+
on:
11+
tags: true
12+
- provider: npm
13+
email: 'master.weber@outlook.com'
14+
api_token: $NPM_API_TOKEN
15+
on:
16+
tags: true
17+
all_branches: true
18+
skip_cleanup: true

0 commit comments

Comments
 (0)