travis: remove golang 1.11 and 1.12 build tasks

This commit is contained in:
Martin Holst Swende 2020-05-12 17:47:15 +02:00
parent 236b29aeaf
commit 5f5e753e1d
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -24,26 +24,6 @@ jobs:
script: script:
- go run build/ci.go lint - go run build/ci.go lint
- stage: build
os: linux
dist: xenial
go: 1.11.x
env:
- GO111MODULE=on
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- stage: build
os: linux
dist: xenial
go: 1.12.x
env:
- GO111MODULE=on
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- stage: build - stage: build
os: linux os: linux
dist: xenial dist: xenial