language: go go: - 1.9.2 before_install: - go get github.com/mattn/goveralls script: - go test -v ./... - $GOPATH/bin/goveralls -service=travis-ci