From 38bce179040c80512c39c42ebbf776e58ac3dfcf Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 29 Jul 2014 13:07:59 -0600 Subject: [PATCH] Add Go 1.2 to Travis so we make sure we keep retrocompat for a little while Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d822cecc3c62a..56f1910c934b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ language: go +go: # This should match the version in the Dockerfile. -go: 1.3 + - 1.3 +# Test against older versions too, just for a little extra retrocompat. + - 1.2 # Let us have pretty experimental Docker-based Travis workers. # (These spin up much faster than the VM-based ones.)