mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-31 01:11:04 +00:00
Add publish step
This commit is contained in:
parent
cdab92cbb4
commit
713ae7cdfe
10
.travis.yml
10
.travis.yml
@ -3,10 +3,16 @@ node_js:
|
|||||||
- "10"
|
- "10"
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
- export PATH=$HOME/.yarn/bin:$PATH
|
- export PATH=$HOME/.yarn/bin:$(yarn global bin):$PATH
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- yarn polkadot-dev-travis-build
|
- CI_NO_BETA=true yarn polkadot-dev-travis-build
|
||||||
|
deploy:
|
||||||
|
skip_cleanup: true
|
||||||
|
provider: script
|
||||||
|
script: yarn polkadot-dev-travis-deploy
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user