From c70382352186ebf8fda9555a067f1d57387610e8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 20 Dec 2015 17:06:54 +0100 Subject: travis: also build on Go 1.3.3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4dbbbe0..a8279a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: go +# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3, +# Fedora 23 has Go 1.5.1 go: + - 1.3.3 - 1.4.3 - 1.5.1 - tip -- cgit v1.2.3