From 250458b062f4e5f4f5d9e4bad51a1a6d594587be Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Mon, 22 Oct 2018 12:22:05 +0300 Subject: [PATCH] add 1.11 in travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f39aae2..22da27f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: - '1.8' - '1.9' - '1.10' + - '1.11' before_install: - go get -v github.com/google/go-querystring/query - go get -v github.com/h2non/gock