1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix travis

This commit is contained in:
alexcos20 2020-10-12 09:07:41 -07:00
parent cddc99b92a
commit e061f04251

View File

@ -22,7 +22,7 @@ before_script:
- git checkout v3 - git checkout v3
- export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" - export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"
- export AQUARIUS_URI="http://172.15.0.5:5000" - export AQUARIUS_URI="http://172.15.0.5:5000"
- export DEPLOY_CONTRACTS=true - export DEPLOY_CONTRACTS="true"
- export CONTRACTS_VERSION=v0.5.5 - export CONTRACTS_VERSION=v0.5.5
- bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log &
- cd .. - cd ..