From d72ad4cb1df5513999a30097c88767a0438bade0 Mon Sep 17 00:00:00 2001 From: Pauli Jokela Date: Sun, 4 Nov 2018 13:16:57 +0200 Subject: [PATCH] Dropped support for Go 1.8 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 565d897..14deca8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,10 @@ matrix: - go: 1.9.x env: - TEST_COMMAND="echo \"Tests disabled for this version of Go\"" - - go: 1.8.x - env: - - TEST_COMMAND="echo \"Tests disabled for this version of Go\"" + # NOTE: Clobber is no longer compatible with version 1.8.x + #- go: 1.8.x + # env: + # - TEST_COMMAND="echo \"Tests disabled for this version of Go\"" # Setup caching cache: