Skip to content

Commit e86fcd5

Browse files
committed
feat: test deploy
1 parent 1949c5b commit e86fcd5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ env:
2020

2121
deploy:
2222
- skip_cleanup: true
23-
provider: script
24-
script: bash .ci/publish.sh
23+
provider: npm
24+
email: "$NPM_EMAIL"
25+
api_key: "$NPM_TOKEN"
2526
on:
26-
branch: devops
27+
tags: true

0 commit comments

Comments
 (0)