From 1822a01c560a54da0b1427035100d68b79ddf3ef Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Sat, 15 Aug 2020 18:02:13 +0100 Subject: [PATCH] simpler build list --- .travis.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d8e8e6..d0fe01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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