Skip to content

Commit 0844825

Browse files
committed
updated travis ci
1 parent 695a550 commit 0844825

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
@@ -14,5 +14,8 @@ go:
1414
services:
1515
- redis-server
1616

17+
script:
18+
- go test -race -coverprofile=coverage.txt -covermode=atomic
19+
1720
after_success:
1821
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)