Skip to content

Commit 25d3720

Browse files
authored
Attempt to fix NPM deployments (#29)
1 parent bcf836d commit 25d3720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ deploy:
4141
script:
4242
- echo 'done'
4343
- provider: npm
44-
api_key:
45-
secure: $NPM_API_KEY
4644
4745
skip_cleanup: true
46+
edge: true
4847
on:
4948
tags: true
5049
branch: master

0 commit comments

Comments
 (0)