From 101662def1a3975b9c845c17f8735176c640cdce Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Fri, 15 Mar 2019 15:18:19 +0100 Subject: [PATCH] travis: remove verbose from Swarm race tests By removing -v our output will be cleaner, but the Travis job still won't be terminated - due to 'no output for 10 minutes' - as keepalive .sh produces a log line every 5 minutes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d0777fee9..643827f8e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -232,4 +232,4 @@ matrix: go: 1.12.x git: submodules: false # avoid cloning ethereum/tests - script: ./build/travis_keepalive.sh go test -v -timeout 20m -race ./swarm... + script: ./build/travis_keepalive.sh go test -timeout 20m -race ./swarm...