Files
eiblog/vendor/github.com/gin-gonic/contrib/.travis.yml
2017-02-18 15:23:57 +08:00

20 lines
268 B
YAML

language: go
go:
- 1.4.3
- 1.5.4
- 1.6.4
- 1.7.4
- tip
services:
- memcache
- redis-server
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false