mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
chore: append to .npmrc rather than overwrite it in travis
This commit is contained in:
committed by
Remy Sharp
parent
bcb4db8649
commit
b89d5915a8
@@ -10,7 +10,7 @@ node_js:
|
||||
- '6'
|
||||
- '4'
|
||||
before_install:
|
||||
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi
|
||||
after_success:
|
||||
- npm run semantic-release
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user