travis: drop support for 1.11
not supported by wgctrl
This commit is contained in:
@ -3,7 +3,6 @@ language: go
|
||||
dist: xenial
|
||||
|
||||
go:
|
||||
- "1.11"
|
||||
- "1.12"
|
||||
- "master"
|
||||
|
||||
@ -39,6 +38,7 @@ jobs:
|
||||
- stage: cache
|
||||
script: go mod download -json
|
||||
- stage: test
|
||||
go: "1.12"
|
||||
script: make e2e
|
||||
- stage: release
|
||||
script: make build
|
||||
|
Reference in New Issue
Block a user