From 387d9448c295ee58ed7c7d9113006f27275c1876 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Tue, 8 Mar 2016 16:20:24 +0100 Subject: [PATCH] travis: update go version --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea9192a..f9b97ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: go +go: + - 1.5.3 + - 1.6 + - tip + addons: postgresql: "9.3"