mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
set barge versions on Travis
This commit is contained in:
parent
4205d9c8bf
commit
9b06c89743
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '10'
|
- "10"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
@ -20,8 +20,9 @@ before_script:
|
|||||||
- git clone https://github.com/oceanprotocol/barge
|
- git clone https://github.com/oceanprotocol/barge
|
||||||
- cd barge
|
- cd barge
|
||||||
- export AQUARIUS_VERSION=v0.3.8
|
- export AQUARIUS_VERSION=v0.3.8
|
||||||
- export BRIZO_VERSION=v0.3.14
|
- export BRIZO_VERSION=v0.4.2
|
||||||
- export KEEPER_VERSION=v0.11.1
|
- export KEEPER_VERSION=v0.11.1
|
||||||
|
- EVENTS_HANDLER_VERSION=v0.1.2
|
||||||
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
|
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
|
||||||
- bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log &
|
- bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log &
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -43,7 +44,7 @@ notifications:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: npm
|
- provider: npm
|
||||||
email: 'devops@oceanprotocol.com'
|
email: "devops@oceanprotocol.com"
|
||||||
api_key: ${NPM_TOKEN}
|
api_key: ${NPM_TOKEN}
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
|
Loading…
Reference in New Issue
Block a user