From f37d1588608ec036fa9b0b7b8afbde47dc06aea9 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Sun, 18 Feb 2018 23:06:29 -0800 Subject: [PATCH] Travis config: add Go 1.10.x, revert 1.4.x to 1.4 1.4.x is missing go vet --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce7ec75..1f73047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ sudo: false matrix: include: - - go: 1.4.x + - go: 1.4 - go: 1.5.x - go: 1.6.x - go: 1.7.x - go: 1.8.x - go: 1.9.x + - go: 1.10.x - go: tip allow_failures: - go: tip