try to get full coverage report on travis

This commit is contained in:
Taylor Gerring
2014-11-14 20:58:09 -06:00
parent 1ecb3b4cf3
commit dd9e99a418
10 changed files with 506 additions and 474 deletions

View File

@@ -1,4 +1,10 @@
before_install: sudo apt-get install libgmp3-dev
install:
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet
language: go
go:
- 1.3
before_script:
- ./gocoverage.sh