redis/.travis.yml

21 lines
327 B
YAML
Raw Normal View History

2019-06-01 12:41:47 +03:00
dist: xenial
2015-11-22 15:24:57 +03:00
language: go
2013-12-30 15:45:04 +04:00
services:
2015-11-22 15:24:57 +03:00
- redis-server
2013-12-30 15:45:04 +04:00
go:
2020-05-09 17:38:45 +03:00
- 1.14.x
2020-09-05 12:16:45 +03:00
- 1.15.x
2015-11-22 15:24:57 +03:00
- tip
matrix:
allow_failures:
- go: tip
2013-12-30 15:45:04 +04:00
2019-06-01 12:41:47 +03:00
go_import_path: github.com/go-redis/redis
2019-07-25 13:53:00 +03:00
before_install:
2020-07-16 10:01:27 +03:00
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s --
2020-11-17 17:08:15 +03:00
-b $(go env GOPATH)/bin v1.32.2