Skip to content

Commit e9173c5

Browse files
authored
Merge pull request #7 from infosiftr/race-cover
Add explicit Travis script for "-race -cover"
2 parents 5f5ae8d + 6199632 commit e9173c5

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)