Fix travis tests
This commit is contained in:
@@ -11,7 +11,7 @@ go:
|
|||||||
before_install:
|
before_install:
|
||||||
- go get -t -v ./...
|
- go get -t -v ./...
|
||||||
|
|
||||||
script: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
script: go test -v -race -coverprofile=coverage.txt -covermode=atomic .
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user