From 8ab490ccd2ebe56cd3fd72fcd1a8113481ed6bf9 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Sun, 28 Jun 2020 15:17:49 +0300 Subject: [PATCH 1/2] barge contains ganache now --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 From 987f2586a220456e9fc582508761f724bf7dd51c Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Sun, 28 Jun 2020 15:23:29 +0300 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f4377ca..c3a3783e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - 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