From 8c97168bb1ba04ac42aa5a544abe2c0e83d72109 Mon Sep 17 00:00:00 2001 From: Saddam H Date: Sun, 16 Dec 2018 05:08:19 +0600 Subject: [PATCH] Add go 1.11.x version (#131) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 768942c..138b3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ go: - '1.9' - '1.10' - '1.11' +- '1.11.x' - 'master' # Skip the install step. Don't `go get` dependencies. Only build with the