Updated .travis.yml

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-18 15:58:15 +01:00
parent c883af72be
commit d7fa26dc20

View file

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