From 3f816f95c19cf72e22df2f552e1cc8677ad8c4e5 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 14 Mar 2015 15:07:29 +0100 Subject: [PATCH] Include more Go versions --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e03695fe5..7797f46fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,13 @@ notifications: go: - 1.3 - - release + - 1.3.1 + - 1.3.2 + - 1.3.3 + - 1.4 + - 1.4.1 + - 1.4.2 + - tip install: - go get -v -t ./...