1 changed files with 2 additions and 8 deletions
@ -1,13 +1,7 @@ |
|||||
language: go |
language: go |
||||
go: |
go: |
||||
- 1.9.2 |
- 1.9.2 |
||||
env: |
|
||||
global: |
|
||||
- COVERALLS_TOKEN=lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR |
|
||||
script: |
script: |
||||
- go get golang.org/x/tools/cmd/cover |
|
||||
- go get github.com/modocache/gover |
|
||||
- go get github.com/mattn/goveralls |
- go get github.com/mattn/goveralls |
||||
- go test -v ./... |
- go test -v -covermode=count -coverprofile=coverage.out ./... |
||||
- gover |
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR |
||||
- goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN |
|
||||
Loading…
Reference in new issue