From 18302f4ec575968b4360a13fba3eda03414b1b2e Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Fri, 26 Jun 2020 21:34:44 +0200 Subject: [PATCH] fix start ocean --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b05cf962..bef1135b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - git clone https://github.com/oceanprotocol/barge - cd barge - git checkout v3 - - bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log & + - bash -x start_ocean.sh 2>&1 > start_ocean.log & - cd .. - sleep 300