From ea349aa17ab9cba57de51763fdb8e4098f889749 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sat, 25 Aug 2018 19:14:37 -0600 Subject: [PATCH] # This is a combination of 2 commits. # This is the 1st commit message: update Travis CI config travis: update golint location travis: macOS 10.10 # The commit message #1 will be skipped: # travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbefc13..8b6c186 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go os: osx go: - "stable" - - "1.10.3" # note: keep 1.10.3 as 1.10.4 backports a behaviour change (see #41) + - "1.10.4" - "1.9.7" - "1.8.7"