Skip to content

Commit

Permalink
Skipping cleanup before deploy/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillians committed Jul 18, 2020
1 parent eb97962 commit 5cdfedf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ script:

after_success:
- npm install -g coveralls && npm run coverage:report | coveralls
- npm publish --dry-run

before_deploy:
- npm ci
- npm run build

deploy:
provider: npm
email: $NPM_EMAIL_ADDRESS
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
node: 14

0 comments on commit 5cdfedf

Please sign in to comment.