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