diff --git a/.travis.yml b/.travis.yml index 1db2198d..aaf87cac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,14 @@ before_script: # Barge setup - git clone https://github.com/oceanprotocol/barge - cd barge - - git checkout v3 - - export PROVIDER_VERSION=latest + - git checkout feature/ocean-contracts + - export PROVIDER_VERSION=v0.3.0 + - export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" + - export AQUARIUS_URI="http://172.15.0.5:5000" + - export DEPLOY_CONTRACTS=true - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - - sleep 300 + - ./scripts/waitforcontracts.sh script: - npm test