Updated .travis.yml

pull/1/head
Wijnand Modderman-Lenstra 9 years ago
parent c883af72be
commit d7fa26dc20

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

Loading…
Cancel
Save