Skip to content

Commit 9f6b618

Browse files
committed
Change deploy email in travis.yml
1 parent 5f067bf commit 9f6b618

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ script:
1818
before_deploy: npm run buildfornpm
1919
deploy:
2020
provider: npm
21-
email: chadima.jiri@gmail.com
21+
email: augusto.lemble@gmail.com
2222
skip_cleanup: true
2323
api_key: $NPM_TOKEN
2424
on:
2525
branch: master
2626
tags: true
27-
28-

0 commit comments

Comments
 (0)