1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

travis fixes

This commit is contained in:
Matthias Kretschmann 2019-04-16 19:01:25 +02:00 committed by Pedro Gutiérrez
parent ae4fe65b0e
commit 2c1c498346

View File

@ -21,13 +21,12 @@ before_script:
- ganache-cli --port 18545 > ganache-cli.log & - ganache-cli --port 18545 > ganache-cli.log &
- git clone https://github.com/oceanprotocol/barge - git clone https://github.com/oceanprotocol/barge
- cd barge - cd barge
- export AQUARIUS_VERSION=v0.2.1 - export AQUARIUS_VERSION=v0.2.2
- export BRIZO_VERSION=v0.3.4 - export BRIZO_VERSION=v0.3.5
- export KEEPER_VERSION=v0.9.0 - export KEEPER_VERSION=v0.9.1
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- bash -x start_ocean.sh --latest --no-pleuston --local-spree-node 2>&1 > start_ocean.log & - bash -x start_ocean.sh --latest --no-pleuston --local-spree-node 2>&1 > start_ocean.log &
- cd .. - cd ..
- ./scripts/unlock-spree-accounts.sh 2>&1 > /dev/null &
script: script:
- export ETH_PORT=18545; npm run test:cover - export ETH_PORT=18545; npm run test:cover