From 2332af67366e42c9215101b4d5a0805f3292b17b Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 22 May 2017 18:52:52 +0800 Subject: [PATCH] drop 1.4 and 1.5 support. (#135) Signed-off-by: Bo-Yi Wu --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 114aed8..e05dce7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: go go: - - 1.4.3 - - 1.5.4 - - 1.6.4 - - 1.7.4 + - 1.6.x + - 1.7.x + - 1.8.x - tip services: