Skip to content

Commit

Permalink
ci(travis): Replace api_key with api_token
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Nov 24, 2019
1 parent 0db9da9 commit 53785a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "10"
dist: trusty
sudo: required
addons:
chrome: stable
cache:
Expand All @@ -29,7 +28,7 @@ deploy:
provider: npm
email: [email protected]
skip_cleanup: true
api_key: $NPM_TOKEN
api_token: $NPM_TOKEN
tag: latest
on:
tags: true
Expand Down

0 comments on commit 53785a7

Please sign in to comment.