Updated .travis.yml

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-18 16:01:11 +01:00
parent 83714965c5
commit 0fadd4412b

View file

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