From 01ed02ce8e1b8b1ffd879f4b76aab11de9883b1a Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 1 Oct 2020 04:04:14 -0700 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b38f2a0a..7c7747b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +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 + - export CONTRACTS_VERSION=v0.5.1 - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - ./scripts/waitforcontracts.sh