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