From b8da8ff8556458aee53e584705e6078d7566cc09 Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Fri, 19 Oct 2018 22:26:38 +0200 Subject: [PATCH] Bump Go versions and simplify .travis.yml (#165) --- .travis.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 887c6e3..da63c86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,16 @@ language: go sudo: false -matrix: - include: - - os: linux - go: 1.7.x - - os: linux - go: 1.8 - - os: linux - go: tip +os: + - linux + +go: + - 1.7.x + - 1.8.x + - 1.9.x + - 1.10.x + - 1.11.x + - tip install: - echo "This is an override of the default install deps step in travis."