diff --git a/.travis.yml b/.travis.yml index bef1135b..2f4377ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,8 @@ 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 @@ -32,4 +30,4 @@ script: - npm run test:integration notifications: - email: false \ No newline at end of file + email: false