From e9e73a92c0759a95478c8018cd8210a7f713683c Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 6 Mar 2018 17:18:15 +0200 Subject: [PATCH] travis: test on Go 1.10 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c95b3e6..39ffc2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ go: - 1.7.x - 1.8.x - 1.9.x + - 1.10.x - tip matrix: