2014-07-03 08:23:03 -07:00
|
|
|
language: go
|
2014-12-29 12:49:59 +01:00
|
|
|
sudo: false
|
2014-07-03 08:23:03 -07:00
|
|
|
go:
|
2017-02-16 09:27:10 +08:00
|
|
|
- 1.6.x
|
|
|
|
- 1.7.x
|
2017-02-17 16:38:56 +08:00
|
|
|
- 1.8.x
|
2017-09-11 16:33:19 +02:00
|
|
|
- 1.9.x
|
2018-02-22 21:00:20 +08:00
|
|
|
- 1.10.x
|
2017-03-15 20:15:41 -05:00
|
|
|
- master
|
2015-05-19 01:00:17 +02:00
|
|
|
|
2016-12-06 23:54:11 +01:00
|
|
|
git:
|
2018-04-22 16:04:38 +09:00
|
|
|
depth: 10
|
2016-12-06 23:54:11 +01:00
|
|
|
|
|
|
|
install:
|
2017-06-12 21:50:42 -05:00
|
|
|
- make install
|
2016-12-06 23:54:11 +01:00
|
|
|
|
2016-01-28 02:32:44 +09:00
|
|
|
go_import_path: github.com/gin-gonic/gin
|
|
|
|
|
2015-05-19 01:00:17 +02:00
|
|
|
script:
|
2017-06-12 21:50:42 -05:00
|
|
|
- make vet
|
|
|
|
- make fmt-check
|
|
|
|
- make embedmd
|
|
|
|
- make misspell-check
|
|
|
|
- make test
|
2015-06-06 17:35:30 +02:00
|
|
|
|
|
|
|
after_success:
|
2016-10-19 11:22:08 +02:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2015-05-20 10:37:52 +02:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
2016-10-28 21:31:58 +02:00
|
|
|
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
|
2015-05-20 10:37:52 +02:00
|
|
|
on_success: change # options: [always|never|change] default: always
|
|
|
|
on_failure: always # options: [always|never|change] default: always
|
|
|
|
on_start: false # default: false
|