You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
321 B
10 lines
321 B
language: go |
|
language: go |
|
install: |
|
- go get -v golang.org/x/tools/cmd/cover |
|
script: |
|
- go test -v -tags=testcgo -covermode=count -coverprofile=profile.cov |
|
after_success: |
|
- go get -v github.com/mattn/goveralls |
|
- export PATH=$PATH:$HOME/gopath/bin |
|
- goveralls -coverprofile=profile.cov -service=travis-ci |