Updated .travis.yml

pull/1/head
Wijnand Modderman-Lenstra 9 years ago
parent 0fadd4412b
commit 500a97e3f3

@ -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…
Cancel
Save