Rely on GO111MODULE

This commit is contained in:
Vladimir Mihailenco 2019-06-01 12:41:47 +03:00
parent 17480c545e
commit 92c6d13332
1 changed files with 5 additions and 5 deletions

View File

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