redis/.travis.yml

25 lines
363 B
YAML
Raw Normal View History

2019-06-01 12:41:47 +03:00
dist: xenial
2015-11-14 16:55:54 +03:00
sudo: false
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:
2018-09-07 11:46:34 +03:00
- 1.11.x
2019-03-25 14:21:10 +03:00
- 1.12.x
2019-12-18 13:51:52 +03:00
- 1.13.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
env:
- GO111MODULE=on
go_import_path: github.com/go-redis/redis
2019-07-25 13:53:00 +03:00
before_install:
2019-11-18 20:46:09 +03:00
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0