From a302be751dae3c6074c8f432911437f9a1d34911 Mon Sep 17 00:00:00 2001 From: ssallam Date: Wed, 15 Jul 2020 12:13:37 +0200 Subject: [PATCH] Use `latest` provider tag in travis setup. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e670ddc..bdd83b56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - git clone https://github.com/oceanprotocol/barge - cd barge - git checkout v3 - - export PROVIDER_VERSION=phase2 + - export PROVIDER_VERSION=latest - bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log & - cd .. - sleep 300