Merge pull request #1041 from go-redis/fix/go111-module

Rely on GO111MODULE
This commit is contained in:
Vladimir Mihailenco 2019-06-01 13:00:05 +03:00 committed by GitHub
commit 90febb9820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,4 @@
dist: xenial
sudo: false
language: go
@ -5,8 +6,6 @@ services:
- redis-server
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip
@ -15,6 +14,7 @@ matrix:
allow_failures:
- go: tip
install:
- go get github.com/onsi/ginkgo
- go get github.com/onsi/gomega
env:
- GO111MODULE=on
go_import_path: github.com/go-redis/redis