travis: drop Go 1.13 builders as it's not supported any more

pull/21805/head
Péter Szilágyi 4 years ago
parent 81678971db
commit eb694ea706
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 10
      .travis.yml

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

Loading…
Cancel
Save