1 changed files with 4 additions and 3 deletions
@ -1,7 +1,8 @@ |
|||||
language: go |
language: go |
||||
go: |
go: |
||||
- 1.9.2 |
- 1.9.2 |
||||
script: |
before_install: |
||||
- go get code.google.com/p/go.tools/cmd/cover |
|
||||
- go get github.com/mattn/goveralls |
- go get github.com/mattn/goveralls |
||||
- script/coverage --coveralls |
script: |
||||
|
- go test -v ./... |
||||
|
- $GOPATH/bin/goveralls -service=travis-ci |
||||
Loading…
Reference in new issue