From eb694ea7067b275058d41061bf175ef2da62491d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 9 Nov 2020 17:39:42 +0200 Subject: [PATCH] travis: drop Go 1.13 builders as it's not supported any more --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 245f52b362..ec63963cef 100644 --- a/.travis.yml +++ b/.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