language: go
install:
- go get github.com/mattn/goveralls
script:
- make test-coverage
- goveralls -coverprofile=coverage.txt -service=travis-ci