mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 10:10:51 +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"
|
||||
before_install:
|
||||
- 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:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
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