From c7acd3a6e35382b0b5fec764a77d025f5e3203dd Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 4 Feb 2021 12:59:28 +0200 Subject: [PATCH] Update .travis.yml We need DEPLOY_CONTRACTS because ./scripts/waitforcontracts.sh is using that.. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cda8c44c..2a3e9980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_script: - touch $ADDRESS_FILE - echo "{}" >> $ADDRESS_FILE - 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 .. - ./scripts/waitforcontracts.sh