From 6eabd7c014527aec6823e666df1a6425c4da86d9 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 11 Dec 2014 10:24:32 -0600 Subject: [PATCH] Remove Go 1.2 and add release to TravisCI builds. Our policy is to only ensure the code compiles for the latest Go release minus one version. Since Go 1.4 has now been released, this commit updates TravisCI to remove Go 1.2 from the build matrix. While here, add release to the matrix which should have been there before anyways. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 239d19d..7395d79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.2 - 1.3 + - release - tip install: go get -d -t -v ./... \ No newline at end of file