From 48da8d6281cebf2922cf338cb45c735fc9362427 Mon Sep 17 00:00:00 2001 From: chessman Date: Wed, 12 Jun 2019 19:31:34 +0300 Subject: [PATCH] add more Go versions to travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7113f64..9ca2d65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ env: language: go go: - - 1.6 - - 1.7 - - 1.8 + - "1.10" + - "1.11" + - "1.12" install: - true