good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 040928d8 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

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

travis: drop Go 1.13 builders as it's not supported any more
parents 9e688fb6 eb694ea7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment