From f904a1790545169368e8d37badd19d1895d94f29 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 21 Apr 2016 06:40:14 +0800 Subject: [PATCH] Update Travis config to Go 1.4.3, 1.5.4 and 1.6.1 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e6d621..96d8489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: go go: - - 1.3 - - release + - 1.4.3 + - 1.5.4 + - 1.6.1 - tip script: