Skip to content

Commit 86ee479

Browse files
committed
chore: fix travis config
1 parent e0d956e commit 86ee479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- go get -t -v ./...
88

99
script:
10-
- go test -race -coverprofile=coverage.txt -covermode=atomic
10+
- go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
1111
- go vet -v ./...
1212
- gofmt -l . && test -z $(gofmt -l .)
1313

0 commit comments

Comments
 (0)