From fb672c00adc58279ebb7a77f111eb398bc00ecdb Mon Sep 17 00:00:00 2001 From: decentralisedkev <37423678+decentralisedkev@users.noreply.github.com> Date: Sat, 30 Mar 2019 23:52:28 +0000 Subject: [PATCH] [travis] add verbose flag to test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf7f94759..630f4078d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ install: - go mod tidy -v script: - golint -set_exit_status ./... - - go test -race -coverprofile=coverage.txt -covermode=atomic ./... + - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash) matrix: allow_failures: - - go: tip \ No newline at end of file + - go: tip