2014-07-03 15:23:03 +00:00
|
|
|
language: go
|
2014-12-29 11:49:59 +00:00
|
|
|
sudo: false
|
2014-07-03 15:23:03 +00:00
|
|
|
go:
|
2014-12-29 11:49:59 +00:00
|
|
|
- 1.4
|
2015-05-13 21:47:39 +00:00
|
|
|
- 1.4.2
|
2014-07-03 15:23:03 +00:00
|
|
|
- tip
|
2015-05-18 23:00:17 +00:00
|
|
|
|
|
|
|
script:
|
2015-05-18 23:14:42 +00:00
|
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
- go get github.com/mattn/goveralls
|
|
|
|
- go test -v -covermode=count -coverprofile=coverage.out
|
|
|
|
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA
|