Skip to content

Commit ba2b3e7

Browse files
authored
Merge pull request #354 from pahen/no-travis-npm-deploy
Remove deploy to NPM from Travis build
2 parents f95288f + beff6fb commit ba2b3e7

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.release-it.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"git": {
44
"requireCleanWorkingDir": false
55
},
6-
"npm": {
7-
"publish": false
8-
},
96
"hooks": {
107
"after:bump": "auto-changelog --hide-credit --package"
118
}

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ addons:
1212
script:
1313
- npm test
1414
- npm run debug
15-
deploy:
16-
provider: npm
17-
18-
api_key:
19-
secure: nArcGw6OdS7J1bC+BuXk/2ER7z2Cc+Rjk0oBE/hoTsYo4+ry2LUzWM+nl28om5pF1xtXWwe0fb1rG4f3Ls28iHpH7E5Uz5+RfVfB4VH9w1HL4nBfLW5Ljj9J0ViQzSN1OPJ45B2lwHU8JH7N2c62FDJ5kqLn83WTGdb7Bgyau6o=
20-
on:
21-
tags: true

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ npm test
375375

376376
# Creating a release
377377

378-
> Travis CI will automatically release the npm package to npmjs.com after a successful build.
379-
380378
```sh
381379
npm run release
382380
```

0 commit comments

Comments
 (0)