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.
This commit is contained in:
Ferenc Szabo 2019-03-15 15:18:19 +01:00
parent 54cd3e89a4
commit 101662def1

View file

@ -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...