1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/.travis.yml
Vladimir Mihailenco 38c87c1f84 Fix golangci
2020-07-16 10:01:27 +03:00

25 lines
363 B
YAML

dist: xenial
language: go
services:
- redis-server
go:
- 1.12.x
- 1.13.x
- 1.14.x
- tip
matrix:
allow_failures:
- go: tip
env:
- GO111MODULE=on
go_import_path: github.com/go-redis/redis
before_install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s --
-b $(go env GOPATH)/bin v1.28.3