.travis.yml 360 B

123456789101112131415161718192021222324
  1. dist: xenial
  2. language: go
  3. services:
  4. - redis-server
  5. go:
  6. - 1.12.x
  7. - 1.13.x
  8. - 1.14.x
  9. - tip
  10. matrix:
  11. allow_failures:
  12. - go: tip
  13. env:
  14. - GO111MODULE=on
  15. go_import_path: github.com/go-redis/redis_rate
  16. before_install:
  17. - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go
  18. env GOPATH)/bin v1.21.0