From 26983604915692004fe8e625f0771f7d5dc9ae3c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 8 Oct 2019 13:10:59 +0200 Subject: [PATCH] switch Barge to --no-commons flag --- .travis.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33105e7..1c8cd94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "10" + - '10' services: - docker @@ -24,7 +24,7 @@ before_script: - export KEEPER_VERSION=v0.11.1 - export EVENTS_HANDLER_VERSION=v0.1.2 - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - - bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log & + - bash -x start_ocean.sh --no-commons --local-spree-node 2>&1 > start_ocean.log & - cd .. script: @@ -44,7 +44,7 @@ notifications: deploy: - provider: npm - email: "devops@oceanprotocol.com" + email: 'devops@oceanprotocol.com' api_key: ${NPM_TOKEN} skip_cleanup: true on: diff --git a/README.md b/README.md index 58756e2..ee524a2 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Besides a running `ganache-cli` instance, a locally running Ocean network is req git clone https://github.com/oceanprotocol/barge cd barge -./start_ocean.sh --no-pleuston +./start_ocean.sh --no-commons ``` In another terminal window, run this script and export the seed phrase: