mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #115 from oceanprotocol/feature/barge_with_ganache
barge contains ganache now
This commit is contained in:
commit
11bced5fca
@ -14,14 +14,12 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
- npm install -g ganache-cli@~6.7.0
|
||||
|
||||
|
||||
before_script:
|
||||
- ganache-cli > ganache-cli.log &
|
||||
- git clone https://github.com/oceanprotocol/barge
|
||||
- cd barge
|
||||
- git checkout v3
|
||||
- bash -x start_ocean.sh 2>&1 > start_ocean.log &
|
||||
- bash -x start_ocean.sh --no-dashboard 2>&1 > start_ocean.log &
|
||||
- cd ..
|
||||
- sleep 300
|
||||
|
||||
@ -32,4 +30,4 @@ script:
|
||||
- npm run test:integration
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user