1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

allow default ganache settings

This commit is contained in:
Ahmed Ali 2020-06-19 11:34:36 +02:00
parent 008d857e0a
commit 0084c57908

View File

@ -17,7 +17,7 @@ before_install:
- npm install -g ganache-cli@~6.5.1
before_script:
- ganache-cli --port 18545 > ganache-cli.log &
- ganache-cli > ganache-cli.log &
script:
- npm run lint