diff --git a/.travis.yml b/.travis.yml index b13f3d88..e9ccd51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: - ganache-cli > ganache-cli.log & - git clone https://github.com/oceanprotocol/barge - cd barge - - git checkout origin/v3 + - git checkout v3 - bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log & - cd .. diff --git a/test/integration/config.ts b/test/integration/config.ts index b609a70b..dfd7e228 100644 --- a/test/integration/config.ts +++ b/test/integration/config.ts @@ -8,11 +8,8 @@ const web3 = new Web3('http://127.0.0.1:8545') export default { metadataStoreUri: 'http://localhost:5000', - //gimetadataStoreUri: 'https://aquarius.marketplace.dev-ocean.com', providerUri: 'http://localhost:8030', nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`, - parityUri: 'http://localhost:9545', - secretStoreUri: 'http://localhost:12001', verbose: LogLevel.Error, web3Provider: web3 } as Config