From e061f042512910796b04fe325e40f6ff709da3c8 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 12 Oct 2020 09:07:41 -0700 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b4232b8..6c2d5aeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - git checkout v3 - export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" - export AQUARIUS_URI="http://172.15.0.5:5000" - - export DEPLOY_CONTRACTS=true + - export DEPLOY_CONTRACTS="true" - export CONTRACTS_VERSION=v0.5.5 - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd ..