Updated .travis.yml
This commit is contained in:
parent
c883af72be
commit
d7fa26dc20
1 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ install:
|
|||
- go get -d -v ./...
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
- go test -coverprofile=cover.out -v ./...
|
||||
- go tool cover -html=cover.out -o coverage.html
|
||||
|
|
Loading…
Add table
Reference in a new issue