Skip to content

Commit 0016999

Browse files
committed
update travis
1 parent fad85d6 commit 0016999

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 -coverpkg=./... ./...
1111

1212
after_success:
1313
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)