Skip to content

Commit 3b311b2

Browse files
authored
attempt to fix NPM_API_KEY (#6)
1 parent 4ce20e3 commit 3b311b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ deploy:
4141
script:
4242
- echo 'done'
4343
- provider: npm
44-
api_key: $NPM_API_KEY
44+
api_key:
45+
secure: $NPM_API_KEY
4546
4647
skip_cleanup: true
4748
on:

0 commit comments

Comments
 (0)