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.
This commit is contained in:
Dave Collins 2014-12-11 10:24:32 -06:00
parent e5ccefae56
commit 6eabd7c014

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.2
- 1.3
- release
- tip
install: go get -d -t -v ./...