From b567a86ee5c0d9a7033c4e2640d9a1553a90d29d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 7 Aug 2018 22:30:06 +1000 Subject: [PATCH] another day another attempt at CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fcbe3723..b696f5a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ env: - DEP_VERSION="0.5.0" matrix: include: - - go: 1.X - - go: 1.7 + - go: 1.x env: LATEST=true + - go: 1.7 - go: tip allow_failures: - go: tip