[travis] add verbose flag to test

This commit is contained in:
decentralisedkev 2019-03-30 23:52:28 +00:00 committed by GitHub
parent abb4da9cbd
commit fb672c00ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ install:
- go mod tidy -v - go mod tidy -v
script: script:
- golint -set_exit_status ./... - golint -set_exit_status ./...
- go test -race -coverprofile=coverage.txt -covermode=atomic ./... - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
matrix: matrix: