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

travis tweaks

This commit is contained in:
Matthias Kretschmann 2019-08-15 14:34:41 +02:00
parent 2fd333ec3a
commit ff3d2eea83
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -19,8 +19,8 @@ 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.3.4 - export AQUARIUS_VERSION=v0.3.8
- export BRIZO_VERSION=v0.3.12 - export BRIZO_VERSION=v0.3.14
- export KEEPER_VERSION=v0.10.3 - export KEEPER_VERSION=v0.10.3
- 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 &
@ -28,10 +28,10 @@ before_script:
script: script:
- npm run lint - npm run lint
- ./scripts/keeper.sh
- export ETH_PORT=18545; npm run test:cover - export ETH_PORT=18545; npm run test:cover
- npm run build - npm run build
- npm run doc - npm run doc
- ./scripts/keeper.sh
- npm run integration:cover - npm run integration:cover
- npm run report-coverage - npm run report-coverage