From 30c283d129e7e154f31eeb7fd59c5bcfc76b1048 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 2 Jul 2020 08:26:24 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c3a3783e..245e29e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_script: - git clone https://github.com/oceanprotocol/barge - cd barge - git checkout v3 + - export PROVIDER_VERSION=alex - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - sleep 300