hanayo/vendor/github.com/gin-gonic/contrib/.travis.yml

19 lines
258 B
YAML
Raw Normal View History

2019-02-23 13:29:15 +00:00
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
services:
- memcache
- redis-server
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false