From f5258e8ffb7b35f2f6944f46fa77c6562839294f Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 23 Sep 2020 02:50:31 -0700 Subject: [PATCH] fix travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3438277..91efc2c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +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 - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - ./scripts/waitforcontracts.sh @@ -45,4 +46,4 @@ deploy: api_key: ${NPM_TOKEN} skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true