From 6867046efe9404c421893a8f2e51b5748f2c6a2e Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 3 Nov 2018 02:16:59 +0200 Subject: [PATCH] remove go 1.9.x from Travis 1.9 is too old and does not support DisallowUnknownFields: `./yaml.go:43:48: undefined: DisallowUnknownFields` --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03ddc73..01a3107 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go dist: xenial go: - - 1.9.x - 1.10.x - 1.11.x script: