Updated .travis.yml

pull/1/head
Wijnand Modderman-Lenstra 9 years ago
parent 83714965c5
commit 0fadd4412b

@ -10,5 +10,6 @@ install:
- go get -d -v ./...
script:
- go test -coverprofile=cover.out -v ./...
- go tool cover -html=cover.out -o coverage.html
- go test -v ./...
- go test -coverprofile=cover.out -v
- go tool cover -html=cover.out -o coverage.html || true

Loading…
Cancel
Save