From 1091665b1758075f0cbc9db2894d14d018369495 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 12 Nov 2019 13:01:44 +0100 Subject: [PATCH] wait for ocean/Aquarius before running unit tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef93bf5..8221c45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,10 @@ before_script: script: - npm run lint + - ./scripts/keeper.sh - export ETH_PORT=18545; npm run test:cover - npm run build - npm run doc - - ./scripts/keeper.sh - npm run integration:cover - npm run report-coverage