Update Travis script [skip ci]
- Update to use my API key - Don't try to auto-publish pre-releases
This commit is contained in:
parent
1f18506de6
commit
b0030047a7
1 changed files with 6 additions and 5 deletions
|
|
@ -91,9 +91,10 @@ deploy:
|
||||||
|
|
||||||
- provider: npm
|
- provider: npm
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
email: npm@patcavit.com
|
email: me@isiahmeadows.com
|
||||||
api_key:
|
api_key:
|
||||||
secure: ADElvD1oxn9GfEG7dDOggX96b36A/cGEybovAc0221CCKzv5kWCavMrtxneiJYI6N/n24abSlbM90vMfU84FEzH0Ev28dGVokRP4ad6VRkISszKlYVEP8Lds4QxfKh78jZlUxmxM0B3vmQ1kYJbTBqp3ICtaJ5ptEQHWhrLtxnc=
|
secure: "uPLbeJTalA/b38srb1VuWnD3eOgeKTkXf8VVUasUXIqc2xub4DSkFm1IVKSVd/rzP7EeO7+gRUs2UteNKlpZJl226IS5mFPSVtC7ViW46WSpYT0wlMsc7hrubMBGTx3/XYpPwtmMlTIGs5ICT7YkGAuju/6i79LDAB+gbnEY8Bc="
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
repo: MithrilJS/mithril.js
|
repo: MithrilJS/mithril.js
|
||||||
|
condition: "$TRAVIS_TAG != *-*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue