From 0ce9e18c6bddd198bba29c4f22925e529a1187d9 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 30 Sep 2020 23:23:51 -0700 Subject: [PATCH] temporary set correct version of contracts in barge --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 91efc2c1..b38f2a0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_script: - export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" - export AQUARIUS_URI="http://172.15.0.5:5000" - export DEPLOY_CONTRACTS=true + - export CONTRACTS_VERSION=v0.5.0 - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - ./scripts/waitforcontracts.sh