2014-07-03 19:23:03 +04:00
|
|
|
language: go
|
2014-12-29 14:49:59 +03:00
|
|
|
sudo: false
|
2014-07-03 19:23:03 +04:00
|
|
|
go:
|
2014-12-29 14:49:59 +03:00
|
|
|
- 1.4
|
2015-05-14 00:47:39 +03:00
|
|
|
- 1.4.2
|
2014-07-03 19:23:03 +04:00
|
|
|
- tip
|
2015-05-19 02:00:17 +03:00
|
|
|
|
|
|
|
script:
|
2015-05-19 02:14:42 +03: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
|
2015-05-20 11:37:52 +03:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
|
|
|
|
on_success: change # options: [always|never|change] default: always
|
|
|
|
on_failure: always # options: [always|never|change] default: always
|
|
|
|
on_start: false # default: false
|