simpler build list

This commit is contained in:
Mat Ryer 2020-08-15 18:02:13 +01:00
parent f76652f379
commit 1822a01c56

View File

@ -9,17 +9,11 @@ branches:
jobs:
include:
- os: linux
go: 1.11.x
- os: linux
go: 1.12.x
- os: linux
go: 1.13.x
- os: linux
go: tip
go: 1.x
- os: osx
go: 1.13.x
go: 1.x
- os: windows
go: 1.13.x
go: 1.x
before_install:
- go get golang.org/x/lint/golint