Skip to content

Commit

Permalink
Merge pull request #354 from pahen/no-travis-npm-deploy
Browse files Browse the repository at this point in the history
Remove deploy to NPM from Travis build
  • Loading branch information
kamiazya authored Jan 30, 2023
2 parents f95288f + beff6fb commit ba2b3e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"git": {
"requireCleanWorkingDir": false
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "auto-changelog --hide-credit --package"
}
Expand Down
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ addons:
script:
- npm test
- npm run debug
deploy:
provider: npm
email: "patrik.henningsson@gmail.com"
api_key:
secure: nArcGw6OdS7J1bC+BuXk/2ER7z2Cc+Rjk0oBE/hoTsYo4+ry2LUzWM+nl28om5pF1xtXWwe0fb1rG4f3Ls28iHpH7E5Uz5+RfVfB4VH9w1HL4nBfLW5Ljj9J0ViQzSN1OPJ45B2lwHU8JH7N2c62FDJ5kqLn83WTGdb7Bgyau6o=
on:
tags: true
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ npm test

# Creating a release

> Travis CI will automatically release the npm package to npmjs.com after a successful build.
```sh
npm run release
```
Expand Down

0 comments on commit ba2b3e7

Please sign in to comment.