Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkopavlenko committed Jul 19, 2021
1 parent 237bf71 commit 3cd1fbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
os: linux
dist: focal

language: node_js

node_js: 'lts/*'
Expand All @@ -19,7 +22,6 @@ before_deploy:
deploy:
provider: npm
email: '$NPM_EMAIL'
api_key: '$NPM_AUTH_TOKEN'
skip_cleanup: true
api_token: '$NPM_AUTH_TOKEN'
on:
tags: true

0 comments on commit 3cd1fbc

Please sign in to comment.