We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d956e commit 86ee479Copy full SHA for 86ee479
.travis.yml
@@ -7,7 +7,7 @@ before_install:
7
- go get -t -v ./...
8
9
script:
10
- - go test -race -coverprofile=coverage.txt -covermode=atomic
+ - go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
11
- go vet -v ./...
12
- gofmt -l . && test -z $(gofmt -l .)
13
0 commit comments