From 0b473f50c7b2f36b08ee2d8cbfcfcc4b885aa0a7 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 20 Mar 2016 17:45:55 +0000 Subject: [PATCH] add 1.5/1.6 to .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb49775..754f73b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: go go: - 1.4 + - 1.5 + - 1.6 - tip