From 2c1c498346cfe7f5d86c7fe801a21b1e4bab05cb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 16 Apr 2019 19:01:25 +0200 Subject: [PATCH] travis fixes --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8740ad..53e372f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,13 +21,12 @@ before_script: - ganache-cli --port 18545 > ganache-cli.log & - git clone https://github.com/oceanprotocol/barge - cd barge - - export AQUARIUS_VERSION=v0.2.1 - - export BRIZO_VERSION=v0.3.4 - - export KEEPER_VERSION=v0.9.0 + - export AQUARIUS_VERSION=v0.2.2 + - export BRIZO_VERSION=v0.3.5 + - export KEEPER_VERSION=v0.9.1 - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - bash -x start_ocean.sh --latest --no-pleuston --local-spree-node 2>&1 > start_ocean.log & - cd .. - - ./scripts/unlock-spree-accounts.sh 2>&1 > /dev/null & script: - export ETH_PORT=18545; npm run test:cover