Merge pull request #21805 from karalabe/travis-drop-1.13

travis: drop Go 1.13 builders as it's not supported any more
This commit is contained in:
Péter Szilágyi 2020-11-09 17:49:56 +02:00 committed by GitHub
commit 040928d8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,16 +24,6 @@ jobs:
script:
- go run build/ci.go lint
- stage: build
os: linux
dist: xenial
go: 1.13.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