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:
parent
e5ccefae56
commit
6eabd7c014
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.2
|
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- release
|
||||||
- tip
|
- tip
|
||||||
install: go get -d -t -v ./...
|
install: go get -d -t -v ./...
|
Loading…
Reference in a new issue