mirror of https://github.com/go-redis/redis.git
Merge pull request #1041 from go-redis/fix/go111-module
Rely on GO111MODULE
This commit is contained in:
commit
90febb9820
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue