From 1a8f74f6f38d2ea3f8c5e6708f87663e33b55ec1 Mon Sep 17 00:00:00 2001 From: Guillaume de Sagazan Date: Thu, 7 Mar 2019 13:34:28 +0100 Subject: [PATCH] Adding go1.12 to travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c4a1f50..fd23652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.9 - "1.10" - 1.11 + - 1.12 before_install: - go get -u golang.org/x/tools/cmd/cover