gin/.travis.yml

36 lines
617 B
YAML
Raw Normal View History

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:
- 1.6.x
- 1.7.x
2017-02-17 16:38:56 +08:00
- 1.8.x
- 1.9.x
- 1.10.x
- master
2015-05-19 01:00:17 +02:00
2016-12-06 23:54:11 +01:00
git:
depth: 10
2016-12-06 23:54:11 +01:00
install:
- 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:
- 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)
notifications:
webhooks:
urls:
2016-10-28 21:31:58 +02: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