From bbb76154504ff42611a39e390b13c315960abb68 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 17 Sep 2020 22:27:30 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 162d1f47..8a150c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: # Barge setup - git clone https://github.com/oceanprotocol/barge - cd barge - - git checkout feature/ocean-contracts + - git checkout v3 - export PROVIDER_VERSION=latest - export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" - export AQUARIUS_URI="http://172.15.0.5:5000"