Skip to content

Commit 6199632

Browse files
committed
Add explicit Travis script for "-race -cover"
1 parent 552554d commit 6199632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ go:
66
- 1.8.x
77
- 1.7.x
88
- 1.6.x
9+
10+
script:
11+
- go test -v -race -cover ./...

0 commit comments

Comments
 (0)