language: go before_install: - go get github.com/mattn/goveralls script: - go test -v -covermode=count -coverprofile=profile.cov . ./buffer ./css ./html ./js ./json ./strconv ./svg ./xml - goveralls -v -coverprofile=profile.cov -service travis-ci -repotoken $COVERALLS_TOKEN