From 496f628ea6a9fd753a5c6d637d4c8d4cd896df98 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kazlou Date: Wed, 2 May 2018 00:04:52 +0300 Subject: [PATCH] #54 Include latest version of 1.10 release tree of go to run tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6724cb3..66c1dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ language: go go: - "1.9.6" - "1.10.1" - - "1.10.2" \ No newline at end of file + - "1.10.2" + - "1.10.x" \ No newline at end of file