Updated .travis.yml

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-18 16:02:09 +01:00
parent 0fadd4412b
commit 500a97e3f3

View file

@ -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