travis: drop support for 1.11

not supported by wgctrl
This commit is contained in:
Leo Antunes 2019-07-12 19:46:05 +02:00 committed by GitHub
parent c2d7929f4a
commit 36b5e97936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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