From b9b8a75ca771abf991645680a9e9ab7b2162836f Mon Sep 17 00:00:00 2001 From: "n.wagensonner" Date: Thu, 3 Sep 2015 09:23:42 +0200 Subject: [PATCH] Update travis to test go 1.5 and tip version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55a0daa..bf49346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - - 1.4 + - 1.5 + - tip before_install: - sudo apt-get update