gin/.travis.yml

23 lines
480 B
YAML
Raw Normal View History

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
- 1.5
- 1.6
2016-10-12 14:23:43 +00:00
- 1.7
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 test -v -covermode=count -coverprofile=coverage.out
2015-06-06 15:35:30 +00:00
after_success:
2016-10-19 09:22:08 +00:00
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
2016-10-28 19:31:58 +00:00
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false