mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
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:
parent
54cd3e89a4
commit
101662def1
1 changed files with 1 additions and 1 deletions
|
|
@ -232,4 +232,4 @@ matrix:
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
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...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue