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